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: #b43131;
}
.color-2 {
color: #d55d48;
}
.color-3 {
color: #f6a34c;
}
.color-4 {
color: #f9d771;
}
.color-5 {
color: #f1e2ac;
}

/* CSS Variables */
:root {
--color-1: #b43131;
--color-2: #d55d48;
--color-3: #f6a34c;
--color-4: #f9d771;
--color-5: #f1e2ac;
}

CSS con gradiente di sfondo Red Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b43131, #d55d48, #f6a34c, #f9d771, #f1e2ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b43131, #d55d48, #f6a34c, #f9d771, #f1e2ac);
}

Red Sunset color palette created on .