Chill and Cheer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Chill and Cheer palette
Chill and Cheer color palette 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;
}
Chill and Cheer background gradient CSS
/* 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);
}
Similar color palettes
Chill and Cheer color palette created on .