Warm Shades of Yellow and Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Warm Shades of Yellow and Red palette

Condividi questa palette a:

tavolozza dei colori Warm Shades of Yellow and Red CSS

/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f9a64e;
}
.color-3 {
color: #f98348;
}
.color-4 {
color: #f76e6e;
}
.color-5 {
color: #f45d7b;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f9a64e;
--color-3: #f98348;
--color-4: #f76e6e;
--color-5: #f45d7b;
}

CSS con gradiente di sfondo Warm Shades of Yellow and Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f9a64e, #f98348, #f76e6e, #f45d7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f9a64e, #f98348, #f76e6e, #f45d7b);
}

Warm Shades of Yellow and Red color palette created on .