Crimson Forest Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Forest Whispers palette
Crimson Forest Whispers color palette CSS
/* CSS */
.color-1 {
color: #885953;
}
.color-2 {
color: #de172b;
}
.color-3 {
color: #534941;
}
.color-4 {
color: #a71b24;
}
.color-5 {
color: #433528;
}
/* CSS Variables */
:root {
--color-1: #885953;
--color-2: #de172b;
--color-3: #534941;
--color-4: #a71b24;
--color-5: #433528;
}
Crimson Forest Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #885953, #de172b, #534941, #a71b24, #433528);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #885953, #de172b, #534941, #a71b24, #433528);
}
Similar color palettes
Crimson Forest Whispers color palette created on .