Serenity in Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity in Blue palette

Share this palette to:

Serenity in Blue color palette CSS

/* CSS */
.color-1 {
color: #add8e6;
}
.color-2 {
color: #85cdfa;
}
.color-3 {
color: #00bfff;
}
.color-4 {
color: #4682b4;
}
.color-5 {
color: #1f8fff;
}

/* CSS Variables */
:root {
--color-1: #add8e6;
--color-2: #85cdfa;
--color-3: #00bfff;
--color-4: #4682b4;
--color-5: #1f8fff;
}

Serenity in Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #add8e6, #85cdfa, #00bfff, #4682b4, #1f8fff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #add8e6, #85cdfa, #00bfff, #4682b4, #1f8fff);
}

Serenity in Blue color palette created on .