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: #1e8ab8;
}
.color-2 {
color: #4ac2c4;
}
.color-3 {
color: #7ae1d3;
}
.color-4 {
color: #a8f0e5;
}
.color-5 {
color: #f3f6f7;
}
/* CSS Variables */
:root {
--color-1: #1e8ab8;
--color-2: #4ac2c4;
--color-3: #7ae1d3;
--color-4: #a8f0e5;
--color-5: #f3f6f7;
}
Blue Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8ab8, #4ac2c4, #7ae1d3, #a8f0e5, #f3f6f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8ab8, #4ac2c4, #7ae1d3, #a8f0e5, #f3f6f7);
}
Similar color palettes
Blue Serenity color palette created on .