Lime Zest Biscotti Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lime Zest Biscotti palette

Share this palette to:

Lime Zest Biscotti color palette CSS

/* CSS */
.color-1 {
color: #a2d66b;
}
.color-2 {
color: #d7eab8;
}
.color-3 {
color: #f9d36c;
}
.color-4 {
color: #fbaf4b;
}
.color-5 {
color: #f55f24;
}

/* CSS Variables */
:root {
--color-1: #a2d66b;
--color-2: #d7eab8;
--color-3: #f9d36c;
--color-4: #fbaf4b;
--color-5: #f55f24;
}

Lime Zest Biscotti background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d66b, #d7eab8, #f9d36c, #fbaf4b, #f55f24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d66b, #d7eab8, #f9d36c, #fbaf4b, #f55f24);
}

Lime Zest Biscotti color palette created on .