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: #00308a;
}
.color-2 {
color: #016bd5;
}
.color-3 {
color: #2aa2fe;
}
.color-4 {
color: #8ac4ff;
}
.color-5 {
color: #dbf4ff;
}

/* CSS Variables */
:root {
--color-1: #00308a;
--color-2: #016bd5;
--color-3: #2aa2fe;
--color-4: #8ac4ff;
--color-5: #dbf4ff;
}

Cool Palette background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00308a, #016bd5, #2aa2fe, #8ac4ff, #dbf4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00308a, #016bd5, #2aa2fe, #8ac4ff, #dbf4ff);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Cool Palette color palette created on .