Warm Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Warm Yellow palette

Condividi questa palette a:

tavolozza dei colori Warm Yellow CSS

/* CSS */
.color-1 {
color: #fdd049;
}
.color-2 {
color: #fdb849;
}
.color-3 {
color: #fcc19c;
}
.color-4 {
color: #fddda0;
}
.color-5 {
color: #fb7e65;
}

/* CSS Variables */
:root {
--color-1: #fdd049;
--color-2: #fdb849;
--color-3: #fcc19c;
--color-4: #fddda0;
--color-5: #fb7e65;
}

CSS con gradiente di sfondo Warm Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd049, #fdb849, #fcc19c, #fddda0, #fb7e65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd049, #fdb849, #fcc19c, #fddda0, #fb7e65);
}

Warm Yellow color palette created on .