Lucille's Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Lucille's Serenade palette

Condividi questa palette a:

tavolozza dei colori Lucille's Serenade CSS

/* 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 con gradiente di sfondo 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 .