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