Paleta de colores Specter of Autumn Blush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Specter of Autumn Blush palette

Compartir esta paleta en:

CSS de la paleta de colores Specter of Autumn Blush

/* 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 del degradado de fondo 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 .