Whispers of Warmth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Warmth palette

Condividi questa palette a:

tavolozza dei colori Whispers of Warmth CSS

/* CSS */
.color-1 {
color: #f0e9e5;
}
.color-2 {
color: #e1d3d0;
}
.color-3 {
color: #d9c2af;
}
.color-4 {
color: #c7ae94;
}
.color-5 {
color: #c19e76;
}

/* CSS Variables */
:root {
--color-1: #f0e9e5;
--color-2: #e1d3d0;
--color-3: #d9c2af;
--color-4: #c7ae94;
--color-5: #c19e76;
}

CSS con gradiente di sfondo Whispers of Warmth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e9e5, #e1d3d0, #d9c2af, #c7ae94, #c19e76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e9e5, #e1d3d0, #d9c2af, #c7ae94, #c19e76);
}

Whispers of Warmth color palette created on .