Shades of Cerulean Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Cerulean palette

Share this palette to:

Shades of Cerulean color palette CSS

/* CSS */
.color-1 {
color: #02a7d4;
}
.color-2 {
color: #3eb5e5;
}
.color-3 {
color: #70c4e6;
}
.color-4 {
color: #a0d5e9;
}
.color-5 {
color: #cfe7f2;
}

/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #3eb5e5;
--color-3: #70c4e6;
--color-4: #a0d5e9;
--color-5: #cfe7f2;
}

Shades of Cerulean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #3eb5e5, #70c4e6, #a0d5e9, #cfe7f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #3eb5e5, #70c4e6, #a0d5e9, #cfe7f2);
}

Shades of Cerulean color palette created on .