Red Romance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Romance palette
Red Romance color palette CSS
/* CSS */
.color-1 {
color: #7d4052;
}
.color-2 {
color: #bc8599;
}
.color-3 {
color: #dfb9bf;
}
.color-4 {
color: #ebd1d2;
}
.color-5 {
color: #f3e7e9;
}
/* CSS Variables */
:root {
--color-1: #7d4052;
--color-2: #bc8599;
--color-3: #dfb9bf;
--color-4: #ebd1d2;
--color-5: #f3e7e9;
}
Red Romance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4052, #bc8599, #dfb9bf, #ebd1d2, #f3e7e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4052, #bc8599, #dfb9bf, #ebd1d2, #f3e7e9);
}
Similar color palettes
Red Romance color palette created on .