Paleta de colores Lush Citrus Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Lush Citrus Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Lush Citrus Dream

/* CSS */
.color-1 {
color: #a8e6cf;
}
.color-2 {
color: #d2f2a1;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #ff6e42;
}
.color-5 {
color: #ffccbd;
}

/* CSS Variables */
:root {
--color-1: #a8e6cf;
--color-2: #d2f2a1;
--color-3: #ffec3d;
--color-4: #ff6e42;
--color-5: #ffccbd;
}

CSS del degradado de fondo Lush Citrus Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6cf, #d2f2a1, #ffec3d, #ff6e42, #ffccbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6cf, #d2f2a1, #ffec3d, #ff6e42, #ffccbd);
}

Lush Citrus Dream color palette created on .