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