Serene Garden Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Garden Bliss palette
Serene Garden Bliss color palette CSS
/* CSS */
.color-1 {
color: #60a985;
}
.color-2 {
color: #9fc6a4;
}
.color-3 {
color: #d1e5d6;
}
.color-4 {
color: #f1f9f3;
}
.color-5 {
color: #ffc29e;
}
/* CSS Variables */
:root {
--color-1: #60a985;
--color-2: #9fc6a4;
--color-3: #d1e5d6;
--color-4: #f1f9f3;
--color-5: #ffc29e;
}
Serene Garden Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #60a985, #9fc6a4, #d1e5d6, #f1f9f3, #ffc29e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #60a985, #9fc6a4, #d1e5d6, #f1f9f3, #ffc29e);
}
Similar color palettes
Scroll down to explore 200+ Green color palettes
Serene Garden Bliss color palette created on .