Shades of Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Yellow palette

Condividi questa palette a:

tavolozza dei colori Shades of Yellow CSS

/* CSS */
.color-1 {
color: #f7e78d;
}
.color-2 {
color: #f8cf49;
}
.color-3 {
color: #f8bb2a;
}
.color-4 {
color: #f7a118;
}
.color-5 {
color: #e68e00;
}

/* CSS Variables */
:root {
--color-1: #f7e78d;
--color-2: #f8cf49;
--color-3: #f8bb2a;
--color-4: #f7a118;
--color-5: #e68e00;
}

CSS con gradiente di sfondo Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e78d, #f8cf49, #f8bb2a, #f7a118, #e68e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e78d, #f8cf49, #f8bb2a, #f7a118, #e68e00);
}

Shades of Yellow color palette created on .