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: #fdd835;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff6e42;
}
.color-4 {
color: #d33131;
}
.color-5 {
color: #b51c1c;
}

/* CSS Variables */
:root {
--color-1: #fdd835;
--color-2: #ffb84d;
--color-3: #ff6e42;
--color-4: #d33131;
--color-5: #b51c1c;
}

CSS con gradiente di sfondo Red Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd835, #ffb84d, #ff6e42, #d33131, #b51c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd835, #ffb84d, #ff6e42, #d33131, #b51c1c);
}

Red Sunset color palette created on .