My favorite colors

Size
3,221 Kb
Views
22,264

How do I make an my favorite colors?

11 beautiful colors. Yup, 11. Background and typography colors are beautiful too.. What is a my favorite colors? How do you make a my favorite colors? This script and codes were developed by Alejandro Montañez on 13 October 2022, Thursday.

My favorite colors Previews

My favorite colors - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>My favorite colors</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>my favorite colors<span title="may change without notice">*</span></h1>
<div id="paleta"> <div></div> <div></div> <div></div> <div></div> <div></div> <div></div> <div></div> <div></div> <div></div>
</div><span id="again"></span> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

My favorite colors - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
html,body,h1,span,div{margin:0; padding:0}
html,body,#paleta div:after{background:#0e0f10}
/* love you too #0e0f10 <3 */
h1{ margin:25px 0 0; text-align:center; letter-spacing:3px; font:300 42px/42px 'Open Sans Condensed',Helvetica; text-transform:uppercase; color:#a0a0a0; /* love you too #a0a0a0 <3 */
}
h1 span{cursor:help}
#paleta{ width:516px; margin:25px auto 0; overflow:hidden; opacity:1; -webkit-transition:opacity 300ms; transition:opacity 300ms; -webkit-transition-delay:300ms; transition-delay:300ms;
}
#paleta div{ display:none; width:162px; height:162px; position:relative; float:left; margin:10px 0 0 10px; border-radius:50%;
}
#paleta div:after{ display:inline-block; box-sizing:border-box; width:162px; height:162px; position:absolute; float:left; margin:5px 0 0 162px; padding-left:10px; border-radius:50%; letter-spacing:2px; text-align:left; font:300 18px/162px 'Open sans condensed',helvetica; text-transform:lowercase; color:#a0a0a0; opacity:0; cursor:default; -webkit-transition:margin 300ms; transition:margin 300ms;
}
#again{ width:32px; height:32px; position:absolute; top:10px; left:100%; margin:0 0 0 -42px; opacity:0; background:url(http://source.codeams.tk/img/refresh.svg) no-repeat center center; background-size:contain; cursor:default; -webkit-transition:all 300ms ease-out; transition:all 300ms ease-out;
}
#again:active{-webkit-transform:scale(1.3);transform:scale(1.3)}
/* 'After' styles */
#paleta div.in{ display:inline-block; -webkit-animation:bounceIn 250ms ease-out; animation:bounceIn 250ms ease-out;
}
#paleta.animated{opacity:1;}
#paleta.animated div:after{ margin:5px 0 0 10px; opacity:1;
}
#paleta.animated div:hover:after{margin-left:82px}
#again.in{ -webkit-transform:rotate(90deg); transform:rotate(90deg); opacity:1; cursor:pointer;
}
/* Yup, using nth-child is not a good idea I'll use it anyway... Yellow */
#paleta div:nth-child(1){background:#ffac14}
#paleta div:nth-child(1):after{content:"#ffac14"}
/* Orange <3 */
#paleta div:nth-child(2){background:#ff7c14}
#paleta div:nth-child(2):after{content:"#ff7c14"}
/* "Red" */
#paleta div:nth-child(3){background:#D3572B}
#paleta div:nth-child(3):after{content:"#D3572B"}
/* Sky blue */
#paleta div:nth-child(4){background:#52b0e3}
#paleta div:nth-child(4):after{content:"#52b0e3"}
/* blue */
#paleta div:nth-child(5){background:#5368B5}
#paleta div:nth-child(5):after{content:"#5368B5"}
/* dark blue */
#paleta div:nth-child(6){background:#253057}
#paleta div:nth-child(6):after{content:"#253057"}
/* lightgray */
#paleta div:nth-child(7){background:#e0e0e0}
#paleta div:nth-child(7):after{content:"#e0e0e0"}
/* green */
#paleta div:nth-child(8){background:#1aac6a}
#paleta div:nth-child(8):after{content:"#1aac6a"}
/* purpura */
#paleta div:nth-child(9){background:#6450bf}
#paleta div:nth-child(9):after{content:"#6450bf"}
@-webkit-keyframes bounceIn{ 0%{opacity:0; -webkit-transform:scale(0.2); transform:scale(0.2)} 50%{opacity:0.9; -webkit-transform:scale(1.03); transform:scale(1.03)} 80%{opacity:1; -webkit-transform:scale(0.9); transform:scale(0.9)} 100%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes bounceIn{ 0%{opacity:0; -webkit-transform:scale(0.2); transform:scale(0.2)} 50%{opacity:0.9; -webkit-transform:scale(1.03); transform:scale(1.03)} 80%{opacity:1; -webkit-transform:scale(0.9); transform:scale(0.9)} 100%{-webkit-transform:scale(1);transform:scale(1)}
}

My favorite colors - Script Codes JS Codes

// vars
var paleta = $('#paleta'), again = $('#again'), color = paleta.find('div'), animating = false;
// everything ready...
function showtime(){ if(animating) return; animating = true; // lets clean paleta.attr({class:''}); color.attr({class:''}); again.attr({class:''}); // show time <3 color.each(function(i){ i++; var t = $(this); setTimeout(function(){ t.addClass('in'); if(i==color.length){setTimeout(function(){ paleta.addClass('animated'); again.addClass('in'); animating = false; },400)}},(250*i))})
} showtime()
again.click(showtime);
My favorite colors - Script Codes
My favorite colors - Script Codes
Home Page Home
Developer Alejandro Montañez
Username codeams
Uploaded October 13, 2022
Rating 3
Size 3,221 Kb
Views 22,264
Do you need developer help for My favorite colors?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Alejandro Montañez (codeams) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!