Ethereal Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ethereal Sunset palette

Condividi questa palette a:

tavolozza dei colori Ethereal Sunset CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff3d5a;
}
.color-4 {
color: #9d2a5a;
}
.color-5 {
color: #5a4fcf;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6d2e;
--color-3: #ff3d5a;
--color-4: #9d2a5a;
--color-5: #5a4fcf;
}

CSS con gradiente di sfondo Ethereal Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6d2e, #ff3d5a, #9d2a5a, #5a4fcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6d2e, #ff3d5a, #9d2a5a, #5a4fcf);
}

Ethereal Sunset color palette created on .