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: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9c8f;
}
.color-4 {
color: #ff3d4d;
}
.color-5 {
color: #ffb85c;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ff9c8f;
--color-4: #ff3d4d;
--color-5: #ffb85c;
}

CSS con gradiente di sfondo Blushing Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ff9c8f, #ff3d4d, #ffb85c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ff9c8f, #ff3d4d, #ffb85c);
}

Blushing Sunset color palette created on .