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: #d31212;
}
.color-2 {
color: #f54d4d;
}
.color-3 {
color: #f5a37a;
}
.color-4 {
color: #f4f0c3;
}
.color-5 {
color: #4ad9a0;
}

/* CSS Variables */
:root {
--color-1: #d31212;
--color-2: #f54d4d;
--color-3: #f5a37a;
--color-4: #f4f0c3;
--color-5: #4ad9a0;
}

CSS con gradiente di sfondo Red Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d31212, #f54d4d, #f5a37a, #f4f0c3, #4ad9a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d31212, #f54d4d, #f5a37a, #f4f0c3, #4ad9a0);
}

Red Sunset color palette created on .