Whispers of Warmth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Warmth palette
Whispers of Warmth color palette CSS
/* CSS */
.color-1 {
color: #fefdf1;
}
.color-2 {
color: #faf6eb;
}
.color-3 {
color: #f8f3e8;
}
.color-4 {
color: #dfd3d3;
}
.color-5 {
color: #efc6a3;
}
/* CSS Variables */
:root {
--color-1: #fefdf1;
--color-2: #faf6eb;
--color-3: #f8f3e8;
--color-4: #dfd3d3;
--color-5: #efc6a3;
}
Whispers of Warmth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefdf1, #faf6eb, #f8f3e8, #dfd3d3, #efc6a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefdf1, #faf6eb, #f8f3e8, #dfd3d3, #efc6a3);
}
Similar color palettes
Whispers of Warmth color palette created on .