Crimson Hunter's Legacy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Hunter's Legacy palette
Crimson Hunter's Legacy color palette CSS
/* CSS */
.color-1 {
color: #d62b1f;
}
.color-2 {
color: #c94b3b;
}
.color-3 {
color: #f1a94b;
}
.color-4 {
color: #e6e6a7;
}
.color-5 {
color: #494c5f;
}
/* CSS Variables */
:root {
--color-1: #d62b1f;
--color-2: #c94b3b;
--color-3: #f1a94b;
--color-4: #e6e6a7;
--color-5: #494c5f;
}
Crimson Hunter's Legacy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62b1f, #c94b3b, #f1a94b, #e6e6a7, #494c5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62b1f, #c94b3b, #f1a94b, #e6e6a7, #494c5f);
}
Similar color palettes
Crimson Hunter's Legacy color palette created on .