Cerulean Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cerulean Serenity palette

Share this palette to:

Cerulean Serenity color palette CSS

/* CSS */
.color-1 {
color: #4d7f9d;
}
.color-2 {
color: #699cbf;
}
.color-3 {
color: #a5c6d5;
}
.color-4 {
color: #f1e1b1;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #4d7f9d;
--color-2: #699cbf;
--color-3: #a5c6d5;
--color-4: #f1e1b1;
--color-5: #e9b79f;
}

Cerulean Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7f9d, #699cbf, #a5c6d5, #f1e1b1, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7f9d, #699cbf, #a5c6d5, #f1e1b1, #e9b79f);
}

Cerulean Serenity color palette created on .