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: #1e3a76;
}
.color-2 {
color: #3b6ba5;
}
.color-3 {
color: #6bbfdb;
}
.color-4 {
color: #a0e2f8;
}
.color-5 {
color: #e5f7ff;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3b6ba5;
--color-3: #6bbfdb;
--color-4: #a0e2f8;
--color-5: #e5f7ff;
}

Serenity in Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3b6ba5, #6bbfdb, #a0e2f8, #e5f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3b6ba5, #6bbfdb, #a0e2f8, #e5f7ff);
}

Serenity in Blue color palette created on .