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: #f1f1ee;
}
.color-2 {
color: #dad5c8;
}
.color-3 {
color: #d6b28a;
}
.color-4 {
color: #aca99a;
}
.color-5 {
color: #d47d8a;
}

/* CSS Variables */
:root {
--color-1: #f1f1ee;
--color-2: #dad5c8;
--color-3: #d6b28a;
--color-4: #aca99a;
--color-5: #d47d8a;
}

Whispers of Warmth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f1ee, #dad5c8, #d6b28a, #aca99a, #d47d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f1ee, #dad5c8, #d6b28a, #aca99a, #d47d8a);
}

Similar color palettes

Whispers of Warmth color palette created on .