Paleta de colores Whimsical Blush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whimsical Blush palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Whimsical Blush

Download whimsical blush color palette PNG image (landscape)
Download whimsical blush color palette PNG image (square)

CSS de la paleta de colores Whimsical Blush

/* CSS */
.color-1 {
color: #ffebf2;
}
.color-2 {
color: #ff9eba;
}
.color-3 {
color: #e3a67d;
}
.color-4 {
color: #c68c71;
}
.color-5 {
color: #8c5b4f;
}

/* CSS Variables */
:root {
--color-1: #ffebf2;
--color-2: #ff9eba;
--color-3: #e3a67d;
--color-4: #c68c71;
--color-5: #8c5b4f;
}

CSS del degradado de fondo Whimsical Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffebf2, #ff9eba, #e3a67d, #c68c71, #8c5b4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffebf2, #ff9eba, #e3a67d, #c68c71, #8c5b4f);
}

Whimsical Blush color palette created on .