Blushing Romance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Romance palette
Blushing Romance color palette CSS
/* CSS */
.color-1 {
color: #ff9b85;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d4d;
}
.color-4 {
color: #ff3c2e;
}
.color-5 {
color: #ff2d1a;
}
/* CSS Variables */
:root {
--color-1: #ff9b85;
--color-2: #ff6e61;
--color-3: #ff4d4d;
--color-4: #ff3c2e;
--color-5: #ff2d1a;
}
Blushing Romance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9b85, #ff6e61, #ff4d4d, #ff3c2e, #ff2d1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9b85, #ff6e61, #ff4d4d, #ff3c2e, #ff2d1a);
}
Similar color palettes
Blushing Romance color palette created on .