Serenity in Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenity in Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Serenity in Blue Color Palette (PNG)
Serenity in Blue color palette CSS
/* CSS */
.color-1 {
color: #496dab;
}
.color-2 {
color: #5a8bbf;
}
.color-3 {
color: #6bb8d6;
}
.color-4 {
color: #96d0e4;
}
.color-5 {
color: #b1e9f1;
}
/* CSS Variables */
:root {
--color-1: #496dab;
--color-2: #5a8bbf;
--color-3: #6bb8d6;
--color-4: #96d0e4;
--color-5: #b1e9f1;
}
Serenity in Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496dab, #5a8bbf, #6bb8d6, #96d0e4, #b1e9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496dab, #5a8bbf, #6bb8d6, #96d0e4, #b1e9f1);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Serenity in Blue color palette created on .