Specter of Autumn Blush Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Specter of Autumn Blush palette

Condividi questa palette a:

tavolozza dei colori Specter of Autumn Blush CSS

/* CSS */
.color-1 {
color: #f1e0d0;
}
.color-2 {
color: #f2c5c0;
}
.color-3 {
color: #f3998c;
}
.color-4 {
color: #e76a4b;
}
.color-5 {
color: #d15400;
}

/* CSS Variables */
:root {
--color-1: #f1e0d0;
--color-2: #f2c5c0;
--color-3: #f3998c;
--color-4: #e76a4b;
--color-5: #d15400;
}

CSS con gradiente di sfondo Specter of Autumn Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e0d0, #f2c5c0, #f3998c, #e76a4b, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e0d0, #f2c5c0, #f3998c, #e76a4b, #d15400);
}

Specter of Autumn Blush color palette created on .