Romantic Reaper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Romantic Reaper palette
Color Inspiration
Images that showcase this color palette in real designs
Download Romantic Reaper Color Palette (PNG)
Romantic Reaper color palette CSS
/* CSS */
.color-1 {
color: #5a2a2a;
}
.color-2 {
color: #a64e4e;
}
.color-3 {
color: #d87979;
}
.color-4 {
color: #f1b1b1;
}
.color-5 {
color: #4c1010;
}
/* CSS Variables */
:root {
--color-1: #5a2a2a;
--color-2: #a64e4e;
--color-3: #d87979;
--color-4: #f1b1b1;
--color-5: #4c1010;
}
Romantic Reaper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a2a2a, #a64e4e, #d87979, #f1b1b1, #4c1010);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a2a2a, #a64e4e, #d87979, #f1b1b1, #4c1010);
}
Similar color palettes
Romantic Reaper color palette created on .