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: #2d1026;
}
.color-2 {
color: #694462;
}
.color-3 {
color: #781143;
}
.color-4 {
color: #b42769;
}
.color-5 {
color: #ea7bb6;
}

/* CSS Variables */
:root {
--color-1: #2d1026;
--color-2: #694462;
--color-3: #781143;
--color-4: #b42769;
--color-5: #ea7bb6;
}

CSS con gradiente di sfondo Whispers of Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d1026, #694462, #781143, #b42769, #ea7bb6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d1026, #694462, #781143, #b42769, #ea7bb6);
}

Whispers of Blush color palette created on .