Serene Sky Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Sky Garden palette
Serene Sky Garden color palette CSS
/* CSS */
.color-1 {
color: #fcfcfd;
}
.color-2 {
color: #d7e0ea;
}
.color-3 {
color: #adc6f0;
}
.color-4 {
color: #97e467;
}
.color-5 {
color: #8fbdbb;
}
/* CSS Variables */
:root {
--color-1: #fcfcfd;
--color-2: #d7e0ea;
--color-3: #adc6f0;
--color-4: #97e467;
--color-5: #8fbdbb;
}
Serene Sky Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfd, #d7e0ea, #adc6f0, #97e467, #8fbdbb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfd, #d7e0ea, #adc6f0, #97e467, #8fbdbb);
}
Similar color palettes
Scroll down to explore 10+ Light gray color palettes
Serene Sky Garden color palette created on .