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: #f1eee4;
}
.color-2 {
color: #eae8dc;
}
.color-3 {
color: #ebe6db;
}
.color-4 {
color: #eae6dc;
}
.color-5 {
color: #d3d1bb;
}

/* CSS Variables */
:root {
--color-1: #f1eee4;
--color-2: #eae8dc;
--color-3: #ebe6db;
--color-4: #eae6dc;
--color-5: #d3d1bb;
}

CSS con gradiente di sfondo Whispers of Warmth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1eee4, #eae8dc, #ebe6db, #eae6dc, #d3d1bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1eee4, #eae8dc, #ebe6db, #eae6dc, #d3d1bb);
}

Whispers of Warmth color palette created on .