Retro Romance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Romance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Retro Romance Color Palette (PNG)
Retro Romance color palette CSS
/* CSS */
.color-1 {
color: #4d0f1f;
}
.color-2 {
color: #7a1a28;
}
.color-3 {
color: #a72a3d;
}
.color-4 {
color: #d44e63;
}
.color-5 {
color: #f09b8a;
}
/* CSS Variables */
:root {
--color-1: #4d0f1f;
--color-2: #7a1a28;
--color-3: #a72a3d;
--color-4: #d44e63;
--color-5: #f09b8a;
}
Retro Romance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d0f1f, #7a1a28, #a72a3d, #d44e63, #f09b8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d0f1f, #7a1a28, #a72a3d, #d44e63, #f09b8a);
}
Similar color palettes
Scroll down to explore 100+ Burgundy color palettes
Retro Romance color palette created on .