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: #ffffff;
}
.color-2 {
color: #eae3d2;
}
.color-3 {
color: #c7beb8;
}
.color-4 {
color: #ac996c;
}
.color-5 {
color: #bb6c54;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #eae3d2;
--color-3: #c7beb8;
--color-4: #ac996c;
--color-5: #bb6c54;
}

Whispers of Warmth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #eae3d2, #c7beb8, #ac996c, #bb6c54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #eae3d2, #c7beb8, #ac996c, #bb6c54);
}

Whispers of Warmth color palette created on .