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: #ff7081;
}
.color-2 {
color: #ff999c;
}
.color-3 {
color: #ffb3b3;
}
.color-4 {
color: #ffccc7;
}
.color-5 {
color: #ffe0e5;
}
/* CSS Variables */
:root {
--color-1: #ff7081;
--color-2: #ff999c;
--color-3: #ffb3b3;
--color-4: #ffccc7;
--color-5: #ffe0e5;
}
Pink Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7081, #ff999c, #ffb3b3, #ffccc7, #ffe0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7081, #ff999c, #ffb3b3, #ffccc7, #ffe0e5);
}
Similar color palettes
Pink Rose color palette created on .