Blue Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Serenity palette
Blue Serenity color palette CSS
/* CSS */
.color-1 {
color: #314459;
}
.color-2 {
color: #49606e;
}
.color-3 {
color: #638f9c;
}
.color-4 {
color: #89c2c1;
}
.color-5 {
color: #d6e6df;
}
/* CSS Variables */
:root {
--color-1: #314459;
--color-2: #49606e;
--color-3: #638f9c;
--color-4: #89c2c1;
--color-5: #d6e6df;
}
Blue Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #314459, #49606e, #638f9c, #89c2c1, #d6e6df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #314459, #49606e, #638f9c, #89c2c1, #d6e6df);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Blue Serenity color palette created on .