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: #f2deec;
}
.color-2 {
color: #dad1c8;
}
.color-3 {
color: #e2a2d0;
}
.color-4 {
color: #c3b7a2;
}
.color-5 {
color: #a0957e;
}

/* CSS Variables */
:root {
--color-1: #f2deec;
--color-2: #dad1c8;
--color-3: #e2a2d0;
--color-4: #c3b7a2;
--color-5: #a0957e;
}

CSS con gradiente di sfondo Whispers of Vintage Rose

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2deec, #dad1c8, #e2a2d0, #c3b7a2, #a0957e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2deec, #dad1c8, #e2a2d0, #c3b7a2, #a0957e);
}

Whispers of Vintage Rose color palette created on .