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: #ffb300;
}
.color-2 {
color: #ffd500;
}
.color-3 {
color: #ffe500;
}
.color-4 {
color: #fff700;
}
.color-5 {
color: #fffb00;
}

/* CSS Variables */
:root {
--color-1: #ffb300;
--color-2: #ffd500;
--color-3: #ffe500;
--color-4: #fff700;
--color-5: #fffb00;
}

CSS con gradiente di sfondo Yellow Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb300, #ffd500, #ffe500, #fff700, #fffb00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb300, #ffd500, #ffe500, #fff700, #fffb00);
}

Yellow Delight color palette created on .