Cool Palette Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cool Palette palette

Share this palette to:

Cool Palette color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8e3d;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #6ccb79;
}
.color-5 {
color: #4e8ce4;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8e3d;
--color-3: #f1c84b;
--color-4: #6ccb79;
--color-5: #4e8ce4;
}

Cool Palette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8e3d, #f1c84b, #6ccb79, #4e8ce4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8e3d, #f1c84b, #6ccb79, #4e8ce4);
}

Cool Palette color palette created on .