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