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: #d85f9e;
}
.color-2 {
color: #e89bb2;
}
.color-3 {
color: #f4c3d6;
}
.color-4 {
color: #f4a266;
}
.color-5 {
color: #e9a84e;
}

/* CSS Variables */
:root {
--color-1: #d85f9e;
--color-2: #e89bb2;
--color-3: #f4c3d6;
--color-4: #f4a266;
--color-5: #e9a84e;
}

CSS con gradiente di sfondo Blushing Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d85f9e, #e89bb2, #f4c3d6, #f4a266, #e9a84e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d85f9e, #e89bb2, #f4c3d6, #f4a266, #e9a84e);
}

Blushing Sunset color palette created on .