Marcus' Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Marcus' Garden palette

Share this palette to:

Marcus' Garden color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a5c;
}
.color-3 {
color: #f5c76b;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #69a64e;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a5c;
--color-3: #f5c76b;
--color-4: #a3d55d;
--color-5: #69a64e;
}

Marcus' Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a5c, #f5c76b, #a3d55d, #69a64e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a5c, #f5c76b, #a3d55d, #69a64e);
}

Marcus' Garden color palette created on .