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: #fcdfd4;
}
.color-2 {
color: #f9b49f;
}
.color-3 {
color: #f47b7b;
}
.color-4 {
color: #f45d5d;
}
.color-5 {
color: #c02a2a;
}

/* CSS Variables */
:root {
--color-1: #fcdfd4;
--color-2: #f9b49f;
--color-3: #f47b7b;
--color-4: #f45d5d;
--color-5: #c02a2a;
}

CSS con gradiente di sfondo Blushing Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcdfd4, #f9b49f, #f47b7b, #f45d5d, #c02a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcdfd4, #f9b49f, #f47b7b, #f45d5d, #c02a2a);
}

Blushing Sunset color palette created on .