Chilling Cleanse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Chilling Cleanse palette
Chilling Cleanse color palette CSS
/* CSS */
.color-1 {
color: #c5e2e2;
}
.color-2 {
color: #a5d4d4;
}
.color-3 {
color: #8dc8c8;
}
.color-4 {
color: #62b2b2;
}
.color-5 {
color: #3ea8a8;
}
/* CSS Variables */
:root {
--color-1: #c5e2e2;
--color-2: #a5d4d4;
--color-3: #8dc8c8;
--color-4: #62b2b2;
--color-5: #3ea8a8;
}
Chilling Cleanse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5e2e2, #a5d4d4, #8dc8c8, #62b2b2, #3ea8a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5e2e2, #a5d4d4, #8dc8c8, #62b2b2, #3ea8a8);
}
Similar color palettes
Chilling Cleanse color palette created on .