Pink Love Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Love palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pink Love Color Palette (PNG)
Pink Love color palette CSS
/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9d8a;
}
.color-4 {
color: #ffe4b3;
}
.color-5 {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #ff6e61;
--color-3: #ff9d8a;
--color-4: #ffe4b3;
--color-5: #ff4d4d;
}
Pink Love background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #ff6e61, #ff9d8a, #ffe4b3, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #ff6e61, #ff9d8a, #ffe4b3, #ff4d4d);
}
Similar color palettes
Scroll down to explore 20+ Black color palettes
Pink Love color palette created on .