Cheese Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cheese Yellow palette

Condividi questa palette a:

tavolozza dei colori Cheese Yellow CSS

/* CSS */
.color-1 {
color: #f6d551;
}
.color-2 {
color: #f8b73f;
}
.color-3 {
color: #f29c2c;
}
.color-4 {
color: #e06929;
}
.color-5 {
color: #d3501d;
}

/* CSS Variables */
:root {
--color-1: #f6d551;
--color-2: #f8b73f;
--color-3: #f29c2c;
--color-4: #e06929;
--color-5: #d3501d;
}

CSS con gradiente di sfondo Cheese Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d551, #f8b73f, #f29c2c, #e06929, #d3501d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d551, #f8b73f, #f29c2c, #e06929, #d3501d);
}

Cheese Yellow color palette created on .