Whispered Warmth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispered Warmth palette
Whispered Warmth color palette CSS
/* CSS */
.color-1 {
color: #f4e2d7;
}
.color-2 {
color: #e6b8a2;
}
.color-3 {
color: #d89c79;
}
.color-4 {
color: #c77952;
}
.color-5 {
color: #a85a3e;
}
/* CSS Variables */
:root {
--color-1: #f4e2d7;
--color-2: #e6b8a2;
--color-3: #d89c79;
--color-4: #c77952;
--color-5: #a85a3e;
}
Whispered Warmth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2d7, #e6b8a2, #d89c79, #c77952, #a85a3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2d7, #e6b8a2, #d89c79, #c77952, #a85a3e);
}
Similar color palettes
Whispered Warmth color palette created on .