Crimson Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Reverie palette
Crimson Reverie color palette CSS
/* CSS */
.color-1 {
color: #54080a;
}
.color-2 {
color: #7c181e;
}
.color-3 {
color: #ad4a38;
}
.color-4 {
color: #ca7544;
}
.color-5 {
color: #cba45d;
}
/* CSS Variables */
:root {
--color-1: #54080a;
--color-2: #7c181e;
--color-3: #ad4a38;
--color-4: #ca7544;
--color-5: #cba45d;
}
Crimson Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #54080a, #7c181e, #ad4a38, #ca7544, #cba45d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #54080a, #7c181e, #ad4a38, #ca7544, #cba45d);
}
Similar color palettes
- Midnight Feathers
- Something Bad Will Happen Soon
- Shades of Dark Red
- Crimson Shadows
- Ethereal Twilight
- Crimson Enchantment
- Midnight Heist
- Shades of Pink
- Dark Blue with a Touch of Red
- Dark Raven
- Purple Circus
- Crimson Reverie
- Dark Red
- Gothic Elegance
- Dark Blue to Maroon
- Dark Blue and Maroon Harmony
- Dark Blue and Maroon Harmony
- Crimson Vampire
Crimson Reverie color palette created on .