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: #e6b7d4;
}
.color-2 {
color: #d6a4c3;
}
.color-3 {
color: #c58cb0;
}
.color-4 {
color: #a66e99;
}
.color-5 {
color: #8f4d7e;
}

/* CSS Variables */
:root {
--color-1: #e6b7d4;
--color-2: #d6a4c3;
--color-3: #c58cb0;
--color-4: #a66e99;
--color-5: #8f4d7e;
}

CSS con gradiente di sfondo Whispers of Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b7d4, #d6a4c3, #c58cb0, #a66e99, #8f4d7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b7d4, #d6a4c3, #c58cb0, #a66e99, #8f4d7e);
}

Whispers of Blush color palette created on .