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: #f6a7c1;
}
.color-2 {
color: #f78d9d;
}
.color-3 {
color: #f76e6e;
}
.color-4 {
color: #f25454;
}
.color-5 {
color: #e13e33;
}
/* CSS Variables */
:root {
--color-1: #f6a7c1;
--color-2: #f78d9d;
--color-3: #f76e6e;
--color-4: #f25454;
--color-5: #e13e33;
}
Pink Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7c1, #f78d9d, #f76e6e, #f25454, #e13e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7c1, #f78d9d, #f76e6e, #f25454, #e13e33);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Pink Rose color palette created on .