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: #d33131;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #fff175;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #d33131;
--color-2: #ff6d1f;
--color-3: #ffb300;
--color-4: #fff175;
--color-5: #ffec3d;
}

CSS con gradiente di sfondo Red Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d33131, #ff6d1f, #ffb300, #fff175, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d33131, #ff6d1f, #ffb300, #fff175, #ffec3d);
}

Red Sunset color palette created on .