Blue Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Serenity palette
Download Blue Serenity Color Palette (PNG)
Blue Serenity color palette CSS
/* CSS */
.color-1 {
color: #699eb5;
}
.color-2 {
color: #497c92;
}
.color-3 {
color: #3d5c6c;
}
.color-4 {
color: #c4b4cf;
}
.color-5 {
color: #fcf3c5;
}
/* CSS Variables */
:root {
--color-1: #699eb5;
--color-2: #497c92;
--color-3: #3d5c6c;
--color-4: #c4b4cf;
--color-5: #fcf3c5;
}
Blue Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #699eb5, #497c92, #3d5c6c, #c4b4cf, #fcf3c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #699eb5, #497c92, #3d5c6c, #c4b4cf, #fcf3c5);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Blue Serenity color palette created on .