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: #f2b1a1;
}
.color-2 {
color: #e7c4c1;
}
.color-3 {
color: #d6a8b0;
}
.color-4 {
color: #d2b6c5;
}
.color-5 {
color: #e6a3b1;
}

/* CSS Variables */
:root {
--color-1: #f2b1a1;
--color-2: #e7c4c1;
--color-3: #d6a8b0;
--color-4: #d2b6c5;
--color-5: #e6a3b1;
}

CSS con gradiente di sfondo Whispers of Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1a1, #e7c4c1, #d6a8b0, #d2b6c5, #e6a3b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1a1, #e7c4c1, #d6a8b0, #d2b6c5, #e6a3b1);
}

Whispers of Blush color palette created on .