Chill and Cheer Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Chill and Cheer palette
tavolozza dei colori Chill and Cheer CSS
/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #f2aaa1;
}
.color-3 {
color: #f9e24e;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #f2aaa1;
--color-3: #f9e24e;
--color-4: #a7d7b8;
--color-5: #ff6e61;
}
CSS con gradiente di sfondo Chill and Cheer
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #f2aaa1, #f9e24e, #a7d7b8, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #f2aaa1, #f9e24e, #a7d7b8, #ff6e61);
}
Tavolozze di colori simili
Chill and Cheer color palette created on .