Paleta de colores Lucille's Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Lucille's Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Lucille's Serenade

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d45959;
}
.color-4 {
color: #a34d9f;
}
.color-5 {
color: #6c508b;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6e61;
--color-3: #d45959;
--color-4: #a34d9f;
--color-5: #6c508b;
}

CSS del degradado de fondo Lucille's Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6e61, #d45959, #a34d9f, #6c508b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6e61, #d45959, #a34d9f, #6c508b);
}

Lucille's Serenade color palette created on .