Warm Woolen Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Woolen Whispers palette
Warm Woolen Whispers color palette CSS
/* CSS */
.color-1 {
color: #f6d0b1;
}
.color-2 {
color: #d6a86b;
}
.color-3 {
color: #d58f3f;
}
.color-4 {
color: #c16e2f;
}
.color-5 {
color: #a74d2a;
}
/* CSS Variables */
:root {
--color-1: #f6d0b1;
--color-2: #d6a86b;
--color-3: #d58f3f;
--color-4: #c16e2f;
--color-5: #a74d2a;
}
Warm Woolen Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d0b1, #d6a86b, #d58f3f, #c16e2f, #a74d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d0b1, #d6a86b, #d58f3f, #c16e2f, #a74d2a);
}
Similar color palettes
Warm Woolen Whispers color palette created on .