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: #ed2125;
}
.color-2 {
color: #f5503d;
}
.color-3 {
color: #f7a64b;
}
.color-4 {
color: #f9d14e;
}
.color-5 {
color: #3cbe5a;
}

/* CSS Variables */
:root {
--color-1: #ed2125;
--color-2: #f5503d;
--color-3: #f7a64b;
--color-4: #f9d14e;
--color-5: #3cbe5a;
}

CSS con gradiente di sfondo Red Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed2125, #f5503d, #f7a64b, #f9d14e, #3cbe5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed2125, #f5503d, #f7a64b, #f9d14e, #3cbe5a);
}

Red Sunset color palette created on .