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: #8fe1ef;
}
.color-2 {
color: #c9f0f8;
}
.color-3 {
color: #03045e;
}
.color-4 {
color: #283f43;
}
.color-5 {
color: #43436b;
}
/* CSS Variables */
:root {
--color-1: #8fe1ef;
--color-2: #c9f0f8;
--color-3: #03045e;
--color-4: #283f43;
--color-5: #43436b;
}
Blue Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fe1ef, #c9f0f8, #03045e, #283f43, #43436b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fe1ef, #c9f0f8, #03045e, #283f43, #43436b);
}
Similar color palettes
Blue Serenity color palette created on .