Cool Palette Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cool Palette palette
Cool Palette color palette CSS
/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f4c3b3;
}
.color-3 {
color: #f5e5c7;
}
.color-4 {
color: #b7e1d4;
}
.color-5 {
color: #6da1a2;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f4c3b3;
--color-3: #f5e5c7;
--color-4: #b7e1d4;
--color-5: #6da1a2;
}
Cool Palette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f4c3b3, #f5e5c7, #b7e1d4, #6da1a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f4c3b3, #f5e5c7, #b7e1d4, #6da1a2);
}
Similar color palettes
Cool Palette color palette created on .