Whispers of Vintage Rose Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Vintage Rose palette

Condividi questa palette a:

tavolozza dei colori Whispers of Vintage Rose CSS

/* CSS */
.color-1 {
color: #c18182;
}
.color-2 {
color: #e3a5a1;
}
.color-3 {
color: #f2c5c0;
}
.color-4 {
color: #f5d1d1;
}
.color-5 {
color: #d7b2b3;
}

/* CSS Variables */
:root {
--color-1: #c18182;
--color-2: #e3a5a1;
--color-3: #f2c5c0;
--color-4: #f5d1d1;
--color-5: #d7b2b3;
}

CSS con gradiente di sfondo Whispers of Vintage Rose

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c18182, #e3a5a1, #f2c5c0, #f5d1d1, #d7b2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c18182, #e3a5a1, #f2c5c0, #f5d1d1, #d7b2b3);
}

Whispers of Vintage Rose color palette created on .