Garden of Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Garden of Serenity palette

Share this palette to:

Garden of Serenity color palette CSS

/* CSS */
.color-1 {
color: #71bc8b;
}
.color-2 {
color: #b5e8c9;
}
.color-3 {
color: #f4f6d5;
}
.color-4 {
color: #f8c8a0;
}
.color-5 {
color: #ff7a7a;
}

/* CSS Variables */
:root {
--color-1: #71bc8b;
--color-2: #b5e8c9;
--color-3: #f4f6d5;
--color-4: #f8c8a0;
--color-5: #ff7a7a;
}

Garden of Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #71bc8b, #b5e8c9, #f4f6d5, #f8c8a0, #ff7a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #71bc8b, #b5e8c9, #f4f6d5, #f8c8a0, #ff7a7a);
}

Garden of Serenity color palette created on .