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