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: #d23732;
}
.color-2 {
color: #cc66c5;
}
.color-3 {
color: #cf4f7c;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #f3c9d0;
}

/* CSS Variables */
:root {
--color-1: #d23732;
--color-2: #cc66c5;
--color-3: #cf4f7c;
--color-4: #f0a800;
--color-5: #f3c9d0;
}

CSS con gradiente di sfondo Blushing Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d23732, #cc66c5, #cf4f7c, #f0a800, #f3c9d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d23732, #cc66c5, #cf4f7c, #f0a800, #f3c9d0);
}

Blushing Sunset color palette created on .