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: #fef4e1;
}
.color-2 {
color: #fdf1af;
}
.color-3 {
color: #dbcebd;
}
.color-4 {
color: #c0b4a5;
}
.color-5 {
color: #bf9e9c;
}

/* CSS Variables */
:root {
--color-1: #fef4e1;
--color-2: #fdf1af;
--color-3: #dbcebd;
--color-4: #c0b4a5;
--color-5: #bf9e9c;
}

Whispers of Warmth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef4e1, #fdf1af, #dbcebd, #c0b4a5, #bf9e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef4e1, #fdf1af, #dbcebd, #c0b4a5, #bf9e9c);
}

Whispers of Warmth color palette created on .