Warm Shades of Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Warm Shades of Yellow palette

Condividi questa palette a:

tavolozza dei colori Warm Shades of Yellow CSS

/* CSS */
.color-1 {
color: #ffab5c;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f8e2af;
}
.color-4 {
color: #3e8e41;
}
.color-5 {
color: #6c5b7b;
}

/* CSS Variables */
:root {
--color-1: #ffab5c;
--color-2: #f5c400;
--color-3: #f8e2af;
--color-4: #3e8e41;
--color-5: #6c5b7b;
}

CSS con gradiente di sfondo Warm Shades of Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffab5c, #f5c400, #f8e2af, #3e8e41, #6c5b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffab5c, #f5c400, #f8e2af, #3e8e41, #6c5b7b);
}

Warm Shades of Yellow color palette created on .