Sunset Carnival Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Carnival palette

Condividi questa palette a:

tavolozza dei colori Sunset Carnival CSS

/* CSS */
.color-1 {
color: #e5a57b;
}
.color-2 {
color: #f3c66d;
}
.color-3 {
color: #f9d75d;
}
.color-4 {
color: #e6b54c;
}
.color-5 {
color: #d0823e;
}

/* CSS Variables */
:root {
--color-1: #e5a57b;
--color-2: #f3c66d;
--color-3: #f9d75d;
--color-4: #e6b54c;
--color-5: #d0823e;
}

CSS con gradiente di sfondo Sunset Carnival

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a57b, #f3c66d, #f9d75d, #e6b54c, #d0823e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a57b, #f3c66d, #f9d75d, #e6b54c, #d0823e);
}

Sunset Carnival color palette created on .