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: #c82d3d;
}
.color-2 {
color: #f78f40;
}
.color-3 {
color: #e5b348;
}
.color-4 {
color: #a2d789;
}
.color-5 {
color: #2f7a98;
}

/* CSS Variables */
:root {
--color-1: #c82d3d;
--color-2: #f78f40;
--color-3: #e5b348;
--color-4: #a2d789;
--color-5: #2f7a98;
}

CSS con gradiente di sfondo Red Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c82d3d, #f78f40, #e5b348, #a2d789, #2f7a98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c82d3d, #f78f40, #e5b348, #a2d789, #2f7a98);
}

Red Sunset color palette created on .