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: #f5c2d4;
}
.color-2 {
color: #f8a5b3;
}
.color-3 {
color: #f6a96a;
}
.color-4 {
color: #f46c4e;
}
.color-5 {
color: #d73c6d;
}

/* CSS Variables */
:root {
--color-1: #f5c2d4;
--color-2: #f8a5b3;
--color-3: #f6a96a;
--color-4: #f46c4e;
--color-5: #d73c6d;
}

CSS con gradiente di sfondo Blushing Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c2d4, #f8a5b3, #f6a96a, #f46c4e, #d73c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c2d4, #f8a5b3, #f6a96a, #f46c4e, #d73c6d);
}

Blushing Sunset color palette created on .