Whispers of Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Elegance palette

Condividi questa palette a:

tavolozza dei colori Whispers of Elegance CSS

/* CSS */
.color-1 {
color: #f8d3d3;
}
.color-2 {
color: #fef1e1;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f4c2b8;
}
.color-5 {
color: #f2e3e8;
}

/* CSS Variables */
:root {
--color-1: #f8d3d3;
--color-2: #fef1e1;
--color-3: #ffffff;
--color-4: #f4c2b8;
--color-5: #f2e3e8;
}

CSS con gradiente di sfondo Whispers of Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d3d3, #fef1e1, #ffffff, #f4c2b8, #f2e3e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d3d3, #fef1e1, #ffffff, #f4c2b8, #f2e3e8);
}

Whispers of Elegance color palette created on .