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: #f9afa4;
}
.color-2 {
color: #f7c2b1;
}
.color-3 {
color: #e4e0af;
}
.color-4 {
color: #b2d9a6;
}
.color-5 {
color: #90b8d5;
}
/* CSS Variables */
:root {
--color-1: #f9afa4;
--color-2: #f7c2b1;
--color-3: #e4e0af;
--color-4: #b2d9a6;
--color-5: #90b8d5;
}
Pink Dance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9afa4, #f7c2b1, #e4e0af, #b2d9a6, #90b8d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9afa4, #f7c2b1, #e4e0af, #b2d9a6, #90b8d5);
}
Similar color palettes
Pink Dance color palette created on .