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