Serene Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Garden palette
Serene Garden color palette CSS
/* CSS */
.color-1 {
color: #78c486;
}
.color-2 {
color: #a2d8b6;
}
.color-3 {
color: #d7e5da;
}
.color-4 {
color: #f2f4e1;
}
.color-5 {
color: #f9d3a4;
}
/* CSS Variables */
:root {
--color-1: #78c486;
--color-2: #a2d8b6;
--color-3: #d7e5da;
--color-4: #f2f4e1;
--color-5: #f9d3a4;
}
Serene Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78c486, #a2d8b6, #d7e5da, #f2f4e1, #f9d3a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78c486, #a2d8b6, #d7e5da, #f2f4e1, #f9d3a4);
}
Similar color palettes
Serene Garden color palette created on .