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: #f1e9df;
}
.color-2 {
color: #d5c4ae;
}
.color-3 {
color: #c6b195;
}
.color-4 {
color: #b9a07e;
}
.color-5 {
color: #a88961;
}

/* CSS Variables */
:root {
--color-1: #f1e9df;
--color-2: #d5c4ae;
--color-3: #c6b195;
--color-4: #b9a07e;
--color-5: #a88961;
}

Whispers of Warmth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e9df, #d5c4ae, #c6b195, #b9a07e, #a88961);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e9df, #d5c4ae, #c6b195, #b9a07e, #a88961);
}

Whispers of Warmth color palette created on .