Blushing Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Sunset palette

Condividi questa palette a:

tavolozza dei colori Blushing Sunset CSS

/* CSS */
.color-1 {
color: #ffb1ad;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ff7c6b;
}
.color-4 {
color: #ff5e4d;
}
.color-5 {
color: #ff382e;
}

/* CSS Variables */
:root {
--color-1: #ffb1ad;
--color-2: #ff998a;
--color-3: #ff7c6b;
--color-4: #ff5e4d;
--color-5: #ff382e;
}

CSS con gradiente di sfondo Blushing Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb1ad, #ff998a, #ff7c6b, #ff5e4d, #ff382e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb1ad, #ff998a, #ff7c6b, #ff5e4d, #ff382e);
}

Blushing Sunset color palette created on .