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: #d4e2fc;
}
.color-2 {
color: #a3c8e1;
}
.color-3 {
color: #70b3d2;
}
.color-4 {
color: #3a8ebb;
}
.color-5 {
color: #1c5e8d;
}
/* CSS Variables */
:root {
--color-1: #d4e2fc;
--color-2: #a3c8e1;
--color-3: #70b3d2;
--color-4: #3a8ebb;
--color-5: #1c5e8d;
}
Serene Skies background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e2fc, #a3c8e1, #70b3d2, #3a8ebb, #1c5e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e2fc, #a3c8e1, #70b3d2, #3a8ebb, #1c5e8d);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Serene Skies color palette created on .