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: #0096b8;
}
.color-3 {
color: #007c8f;
}
.color-4 {
color: #005c66;
}
.color-5 {
color: #003d4d;
}

/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #0096b8;
--color-3: #007c8f;
--color-4: #005c66;
--color-5: #003d4d;
}

Shades of Cerulean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #0096b8, #007c8f, #005c66, #003d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #0096b8, #007c8f, #005c66, #003d4d);
}

Shades of Cerulean color palette created on .