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: #a3b6c8;
}
.color-2 {
color: #b6c7d8;
}
.color-3 {
color: #c9d9e9;
}
.color-4 {
color: #dfe9f1;
}
.color-5 {
color: #f8fafc;
}
/* CSS Variables */
:root {
--color-1: #a3b6c8;
--color-2: #b6c7d8;
--color-3: #c9d9e9;
--color-4: #dfe9f1;
--color-5: #f8fafc;
}
Serene Skies background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3b6c8, #b6c7d8, #c9d9e9, #dfe9f1, #f8fafc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3b6c8, #b6c7d8, #c9d9e9, #dfe9f1, #f8fafc);
}
Similar color palettes
Serene Skies color palette created on .