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: #4b91e2;
}
.color-2 {
color: #68aee3;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #cfe7f2;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #68aee3;
--color-3: #a2c7e7;
--color-4: #cfe7f2;
--color-5: #f1f5f8;
}

Blue Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #68aee3, #a2c7e7, #cfe7f2, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #68aee3, #a2c7e7, #cfe7f2, #f1f5f8);
}

Blue Serenity color palette created on .