Yellow Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yellow Delight palette

Condividi questa palette a:

tavolozza dei colori Yellow Delight CSS

/* CSS */
.color-1 {
color: #f6e68e;
}
.color-2 {
color: #f7d44b;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #eaaf39;
}
.color-5 {
color: #d69a29;
}

/* CSS Variables */
:root {
--color-1: #f6e68e;
--color-2: #f7d44b;
--color-3: #f1c84b;
--color-4: #eaaf39;
--color-5: #d69a29;
}

CSS con gradiente di sfondo Yellow Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e68e, #f7d44b, #f1c84b, #eaaf39, #d69a29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e68e, #f7d44b, #f1c84b, #eaaf39, #d69a29);
}

Yellow Delight color palette created on .