Whispers of Blush Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Blush palette

Condividi questa palette a:

tavolozza dei colori Whispers of Blush CSS

/* CSS */
.color-1 {
color: #f2e7e3;
}
.color-2 {
color: #ead2d2;
}
.color-3 {
color: #e7b6c2;
}
.color-4 {
color: #d68f9c;
}
.color-5 {
color: #c34b61;
}

/* CSS Variables */
:root {
--color-1: #f2e7e3;
--color-2: #ead2d2;
--color-3: #e7b6c2;
--color-4: #d68f9c;
--color-5: #c34b61;
}

CSS con gradiente di sfondo Whispers of Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e7e3, #ead2d2, #e7b6c2, #d68f9c, #c34b61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e7e3, #ead2d2, #e7b6c2, #d68f9c, #c34b61);
}

Whispers of Blush color palette created on .