Blushing Sunset Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Sunset Dreams palette

Condividi questa palette a:

tavolozza dei colori Blushing Sunset Dreams CSS

/* CSS */
.color-1 {
color: #ffe5f2;
}
.color-2 {
color: #fff4ad;
}
.color-3 {
color: #b82e55;
}
.color-4 {
color: #ff0088;
}
.color-5 {
color: #74204d;
}

/* CSS Variables */
:root {
--color-1: #ffe5f2;
--color-2: #fff4ad;
--color-3: #b82e55;
--color-4: #ff0088;
--color-5: #74204d;
}

CSS con gradiente di sfondo Blushing Sunset Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe5f2, #fff4ad, #b82e55, #ff0088, #74204d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe5f2, #fff4ad, #b82e55, #ff0088, #74204d);
}

Blushing Sunset Dreams color palette created on .