Serene Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Sky palette
Image Gallery
Serene Sky color palette CSS
/* CSS */
.color-1 {
color: #f7f7f7;
}
.color-2 {
color: #3d80d1;
}
.color-3 {
color: #b8d2f4;
}
.color-4 {
color: #31434e;
}
.color-5 {
color: #7a8590;
}
/* CSS Variables */
:root {
--color-1: #f7f7f7;
--color-2: #3d80d1;
--color-3: #b8d2f4;
--color-4: #31434e;
--color-5: #7a8590;
}
Serene Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f7f7, #3d80d1, #b8d2f4, #31434e, #7a8590);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f7f7, #3d80d1, #b8d2f4, #31434e, #7a8590);
}
Similar color palettes
Serene Sky color palette created on .