Circuit of Emotions Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Circuit of Emotions palette
tavolozza dei colori Circuit of Emotions CSS
/* CSS */
.color-1 {
color: #5c90eb;
}
.color-2 {
color: #7cd1e4;
}
.color-3 {
color: #f7c5a6;
}
.color-4 {
color: #ff9b3d;
}
.color-5 {
color: #ff4d6a;
}
/* CSS Variables */
:root {
--color-1: #5c90eb;
--color-2: #7cd1e4;
--color-3: #f7c5a6;
--color-4: #ff9b3d;
--color-5: #ff4d6a;
}
CSS con gradiente di sfondo Circuit of Emotions
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c90eb, #7cd1e4, #f7c5a6, #ff9b3d, #ff4d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c90eb, #7cd1e4, #f7c5a6, #ff9b3d, #ff4d6a);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 200+ tavolozzas di colori Estetico
Circuit of Emotions color palette created on .