Blue Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Serenity palette

Share this palette to:

Blue Serenity color palette CSS

/* CSS */
.color-1 {
color: #3e5e79;
}
.color-2 {
color: #5f8c9b;
}
.color-3 {
color: #88b6b9;
}
.color-4 {
color: #b2e0d3;
}
.color-5 {
color: #f7f1e3;
}

/* CSS Variables */
:root {
--color-1: #3e5e79;
--color-2: #5f8c9b;
--color-3: #88b6b9;
--color-4: #b2e0d3;
--color-5: #f7f1e3;
}

Blue Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e5e79, #5f8c9b, #88b6b9, #b2e0d3, #f7f1e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e5e79, #5f8c9b, #88b6b9, #b2e0d3, #f7f1e3);
}

Blue Serenity color palette created on .