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: #d63f2e;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #f3a34f;
}
.color-4 {
color: #e0a55c;
}
.color-5 {
color: #e9a2a0;
}

/* CSS Variables */
:root {
--color-1: #d63f2e;
--color-2: #f1b341;
--color-3: #f3a34f;
--color-4: #e0a55c;
--color-5: #e9a2a0;
}

CSS con gradiente di sfondo Red Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d63f2e, #f1b341, #f3a34f, #e0a55c, #e9a2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d63f2e, #f1b341, #f3a34f, #e0a55c, #e9a2a0);
}

Red Sunset color palette created on .