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: #fefdfb;
}
.color-2 {
color: #fdf1dd;
}
.color-3 {
color: #efd5b8;
}
.color-4 {
color: #efd79a;
}
.color-5 {
color: #d7be84;
}
/* CSS Variables */
:root {
--color-1: #fefdfb;
--color-2: #fdf1dd;
--color-3: #efd5b8;
--color-4: #efd79a;
--color-5: #d7be84;
}
Whispers of Warmth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefdfb, #fdf1dd, #efd5b8, #efd79a, #d7be84);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefdfb, #fdf1dd, #efd5b8, #efd79a, #d7be84);
}
Similar color palettes
Whispers of Warmth color palette created on .