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: #e8422c;
}
.color-2 {
color: #f68e2c;
}
.color-3 {
color: #f3ca4f;
}
.color-4 {
color: #8fdb70;
}
.color-5 {
color: #3a9ad9;
}

/* CSS Variables */
:root {
--color-1: #e8422c;
--color-2: #f68e2c;
--color-3: #f3ca4f;
--color-4: #8fdb70;
--color-5: #3a9ad9;
}

CSS con gradiente di sfondo Red Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8422c, #f68e2c, #f3ca4f, #8fdb70, #3a9ad9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8422c, #f68e2c, #f3ca4f, #8fdb70, #3a9ad9);
}

Red Sunset color palette created on .