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: #f1a7ae;
}
.color-2 {
color: #f18e91;
}
.color-3 {
color: #f16a6a;
}
.color-4 {
color: #e9514e;
}
.color-5 {
color: #e13d40;
}
/* CSS Variables */
:root {
--color-1: #f1a7ae;
--color-2: #f18e91;
--color-3: #f16a6a;
--color-4: #e9514e;
--color-5: #e13d40;
}
Blushing Romance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7ae, #f18e91, #f16a6a, #e9514e, #e13d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7ae, #f18e91, #f16a6a, #e9514e, #e13d40);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blushing Romance color palette created on .