Your Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Your Pink palette
Your Pink color palette PNG image
Your Pink color palette CSS
/* CSS */
.color-1 {
color: #ff80bf;
}
.color-2 {
color: #ff5c9a;
}
.color-3 {
color: #ff3d7b;
}
.color-4 {
color: #ff1f5e;
}
.color-5 {
color: #e6004c;
}
/* CSS Variables */
:root {
--color-1: #ff80bf;
--color-2: #ff5c9a;
--color-3: #ff3d7b;
--color-4: #ff1f5e;
--color-5: #e6004c;
}
Your Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff80bf, #ff5c9a, #ff3d7b, #ff1f5e, #e6004c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff80bf, #ff5c9a, #ff3d7b, #ff1f5e, #e6004c);
}
Similar color palettes
Scroll down to explore 10 Pink color palettes
Your Pink color palette created on .