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: #fce2cf;
}
.color-2 {
color: #f5b4a8;
}
.color-3 {
color: #f47b7b;
}
.color-4 {
color: #d24b50;
}
.color-5 {
color: #9f3238;
}

/* CSS Variables */
:root {
--color-1: #fce2cf;
--color-2: #f5b4a8;
--color-3: #f47b7b;
--color-4: #d24b50;
--color-5: #9f3238;
}

CSS con gradiente di sfondo Blushing Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce2cf, #f5b4a8, #f47b7b, #d24b50, #9f3238);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce2cf, #f5b4a8, #f47b7b, #d24b50, #9f3238);
}

Blushing Sunset color palette created on .