Clover's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Clover's Embrace palette

Share this palette to:

Clover's Embrace color palette CSS

/* CSS */
.color-1 {
color: #6ecf8e;
}
.color-2 {
color: #4fba8a;
}
.color-3 {
color: #3a9c7d;
}
.color-4 {
color: #2b7d6a;
}
.color-5 {
color: #1f615b;
}

/* CSS Variables */
:root {
--color-1: #6ecf8e;
--color-2: #4fba8a;
--color-3: #3a9c7d;
--color-4: #2b7d6a;
--color-5: #1f615b;
}

Clover's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ecf8e, #4fba8a, #3a9c7d, #2b7d6a, #1f615b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ecf8e, #4fba8a, #3a9c7d, #2b7d6a, #1f615b);
}

Clover's Embrace color palette created on .