Romantic Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Romantic Red palette
Romantic Red color palette PNG image
Romantic Red color palette CSS
/* CSS */
.color-1 {
color: #6b1b1a;
}
.color-2 {
color: #b51c1c;
}
.color-3 {
color: #f490b1;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #9b27b0;
}
/* CSS Variables */
:root {
--color-1: #6b1b1a;
--color-2: #b51c1c;
--color-3: #f490b1;
--color-4: #ffffff;
--color-5: #9b27b0;
}
Romantic Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b1b1a, #b51c1c, #f490b1, #ffffff, #9b27b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b1b1a, #b51c1c, #f490b1, #ffffff, #9b27b0);
}
Similar color palettes
Romantic Red color palette created on .