Whispers of Dusk Rose Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Dusk Rose palette

Condividi questa palette a:

tavolozza dei colori Whispers of Dusk Rose CSS

/* CSS */
.color-1 {
color: #eec4d9;
}
.color-2 {
color: #e29f78;
}
.color-3 {
color: #c94a5f;
}
.color-4 {
color: #7b5b9f;
}
.color-5 {
color: #7b3d46;
}

/* CSS Variables */
:root {
--color-1: #eec4d9;
--color-2: #e29f78;
--color-3: #c94a5f;
--color-4: #7b5b9f;
--color-5: #7b3d46;
}

CSS con gradiente di sfondo Whispers of Dusk Rose

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eec4d9, #e29f78, #c94a5f, #7b5b9f, #7b3d46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eec4d9, #e29f78, #c94a5f, #7b5b9f, #7b3d46);
}

Whispers of Dusk Rose color palette created on .