Paleta de colores Blushing Snowfall

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Snowfall palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Snowfall

/* CSS */
.color-1 {
color: #f7d9e4;
}
.color-2 {
color: #f1c6d5;
}
.color-3 {
color: #eab8c8;
}
.color-4 {
color: #f4a4b8;
}
.color-5 {
color: #ea90a8;
}

/* CSS Variables */
:root {
--color-1: #f7d9e4;
--color-2: #f1c6d5;
--color-3: #eab8c8;
--color-4: #f4a4b8;
--color-5: #ea90a8;
}

CSS del degradado de fondo Blushing Snowfall

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d9e4, #f1c6d5, #eab8c8, #f4a4b8, #ea90a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d9e4, #f1c6d5, #eab8c8, #f4a4b8, #ea90a8);
}

Blushing Snowfall color palette created on .