Clementine Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Clementine Garden palette

Share this palette to:

Clementine Garden color palette CSS

/* CSS */
.color-1 {
color: #f78222;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #f9e66c;
}
.color-4 {
color: #a1d65c;
}
.color-5 {
color: #3b9b3d;
}

/* CSS Variables */
:root {
--color-1: #f78222;
--color-2: #fab700;
--color-3: #f9e66c;
--color-4: #a1d65c;
--color-5: #3b9b3d;
}

Clementine Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f78222, #fab700, #f9e66c, #a1d65c, #3b9b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f78222, #fab700, #f9e66c, #a1d65c, #3b9b3d);
}

Clementine Garden color palette created on .