Crimson Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Forest palette
Color Inspiration
Images that showcase this color palette in real designs
Download Crimson Forest Color Palette (PNG)
Crimson Forest color palette CSS
/* CSS */
.color-1 {
color: #080202;
}
.color-2 {
color: #77091b;
}
.color-3 {
color: #37060d;
}
.color-4 {
color: #4d0a0f;
}
.color-5 {
color: #913612;
}
/* CSS Variables */
:root {
--color-1: #080202;
--color-2: #77091b;
--color-3: #37060d;
--color-4: #4d0a0f;
--color-5: #913612;
}
Crimson Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #080202, #77091b, #37060d, #4d0a0f, #913612);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #080202, #77091b, #37060d, #4d0a0f, #913612);
}
Similar color palettes
Crimson Forest color palette created on .