Romantic Rosette Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Romantic Rosette palette
Romantic Rosette color palette CSS
/* CSS */
.color-1 {
color: #f7c5d3;
}
.color-2 {
color: #f1a7b7;
}
.color-3 {
color: #e77e8a;
}
.color-4 {
color: #d75b6b;
}
.color-5 {
color: #b42d4c;
}
/* CSS Variables */
:root {
--color-1: #f7c5d3;
--color-2: #f1a7b7;
--color-3: #e77e8a;
--color-4: #d75b6b;
--color-5: #b42d4c;
}
Romantic Rosette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d3, #f1a7b7, #e77e8a, #d75b6b, #b42d4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d3, #f1a7b7, #e77e8a, #d75b6b, #b42d4c);
}
Similar color palettes
Romantic Rosette color palette created on .