Red Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red Sunset palette

Condividi questa palette a:

tavolozza dei colori Red Sunset CSS

/* CSS */
.color-1 {
color: #e21912;
}
.color-2 {
color: #f34a1b;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f7d550;
}
.color-5 {
color: #a0c75c;
}

/* CSS Variables */
:root {
--color-1: #e21912;
--color-2: #f34a1b;
--color-3: #f6b83c;
--color-4: #f7d550;
--color-5: #a0c75c;
}

CSS con gradiente di sfondo Red Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e21912, #f34a1b, #f6b83c, #f7d550, #a0c75c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e21912, #f34a1b, #f6b83c, #f7d550, #a0c75c);
}

Red Sunset color palette created on .