Dark Pink Romance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Pink Romance palette
Dark Pink Romance color palette CSS
/* CSS */
.color-1 {
color: #60525b;
}
.color-2 {
color: #856f7b;
}
.color-3 {
color: #ab929b;
}
.color-4 {
color: #d5c3cb;
}
.color-5 {
color: #e3cfd9;
}
/* CSS Variables */
:root {
--color-1: #60525b;
--color-2: #856f7b;
--color-3: #ab929b;
--color-4: #d5c3cb;
--color-5: #e3cfd9;
}
Dark Pink Romance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #60525b, #856f7b, #ab929b, #d5c3cb, #e3cfd9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #60525b, #856f7b, #ab929b, #d5c3cb, #e3cfd9);
}
Similar color palettes
Dark Pink Romance color palette created on .