Whispers of Warmth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Warmth palette

Share this palette to:

Whispers of Warmth color palette CSS

/* CSS */
.color-1 {
color: #dfa29f;
}
.color-2 {
color: #d4bd82;
}
.color-3 {
color: #c38e65;
}
.color-4 {
color: #ac8c39;
}
.color-5 {
color: #b44c2d;
}

/* CSS Variables */
:root {
--color-1: #dfa29f;
--color-2: #d4bd82;
--color-3: #c38e65;
--color-4: #ac8c39;
--color-5: #b44c2d;
}

Whispers of Warmth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfa29f, #d4bd82, #c38e65, #ac8c39, #b44c2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfa29f, #d4bd82, #c38e65, #ac8c39, #b44c2d);
}

Whispers of Warmth color palette created on .