Yellow Dandy Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yellow Dandy palette

Condividi questa palette a:

tavolozza dei colori Yellow Dandy CSS

/* CSS */
.color-1 {
color: #f6e9a7;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #eac139;
}
.color-4 {
color: #d6a400;
}
.color-5 {
color: #a87e00;
}

/* CSS Variables */
:root {
--color-1: #f6e9a7;
--color-2: #f5c400;
--color-3: #eac139;
--color-4: #d6a400;
--color-5: #a87e00;
}

CSS con gradiente di sfondo Yellow Dandy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e9a7, #f5c400, #eac139, #d6a400, #a87e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e9a7, #f5c400, #eac139, #d6a400, #a87e00);
}

Yellow Dandy color palette created on .