Paleta de colores Lime Zest Biscotti

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Lime Zest Biscotti palette

Compartir esta paleta en:

CSS de la paleta de colores Lime Zest Biscotti

/* 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;
}

CSS del degradado de fondo Lime Zest Biscotti

/* 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 .