Pink Dance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Dance palette
Pink Dance color palette CSS
/* CSS */
.color-1 {
color: #e9b4d7;
}
.color-2 {
color: #f36d91;
}
.color-3 {
color: #f5bf9e;
}
.color-4 {
color: #f7e06e;
}
.color-5 {
color: #a6d7dd;
}
/* CSS Variables */
:root {
--color-1: #e9b4d7;
--color-2: #f36d91;
--color-3: #f5bf9e;
--color-4: #f7e06e;
--color-5: #a6d7dd;
}
Pink Dance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b4d7, #f36d91, #f5bf9e, #f7e06e, #a6d7dd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b4d7, #f36d91, #f5bf9e, #f7e06e, #a6d7dd);
}
Similar color palettes
Pink Dance color palette created on .