Garden Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Garden Serenity palette
Garden Serenity color palette CSS
/* CSS */
.color-1 {
color: #6eb487;
}
.color-2 {
color: #9fd6a1;
}
.color-3 {
color: #f2e6ba;
}
.color-4 {
color: #f7b7a1;
}
.color-5 {
color: #d96d6d;
}
/* CSS Variables */
:root {
--color-1: #6eb487;
--color-2: #9fd6a1;
--color-3: #f2e6ba;
--color-4: #f7b7a1;
--color-5: #d96d6d;
}
Garden Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6eb487, #9fd6a1, #f2e6ba, #f7b7a1, #d96d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6eb487, #9fd6a1, #f2e6ba, #f7b7a1, #d96d6d);
}
Similar color palettes
Garden Serenity color palette created on .