Serene Skies Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Skies palette
Serene Skies color palette CSS
/* CSS */
.color-1 {
color: #a8b3c2;
}
.color-2 {
color: #c5d7e2;
}
.color-3 {
color: #f2f5f8;
}
.color-4 {
color: #b0c4d9;
}
.color-5 {
color: #698fb5;
}
/* CSS Variables */
:root {
--color-1: #a8b3c2;
--color-2: #c5d7e2;
--color-3: #f2f5f8;
--color-4: #b0c4d9;
--color-5: #698fb5;
}
Serene Skies background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b3c2, #c5d7e2, #f2f5f8, #b0c4d9, #698fb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b3c2, #c5d7e2, #f2f5f8, #b0c4d9, #698fb5);
}
Similar color palettes
Scroll down to explore 400+ Blue color palettes
Serene Skies color palette created on .