Serenity in Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenity in Blue palette

Share this palette to:

Download Serenity in Blue Color Palette (PNG)

Download serenity in blue color palette PNG image (landscape)
Download serenity in blue color palette PNG image (square)

Serenity in Blue color palette CSS

/* CSS */
.color-1 {
color: #496dab;
}
.color-2 {
color: #5a8bbf;
}
.color-3 {
color: #6bb8d6;
}
.color-4 {
color: #96d0e4;
}
.color-5 {
color: #b1e9f1;
}

/* CSS Variables */
:root {
--color-1: #496dab;
--color-2: #5a8bbf;
--color-3: #6bb8d6;
--color-4: #96d0e4;
--color-5: #b1e9f1;
}

Serenity in Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496dab, #5a8bbf, #6bb8d6, #96d0e4, #b1e9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496dab, #5a8bbf, #6bb8d6, #96d0e4, #b1e9f1);
}

Serenity in Blue color palette created on .