Pink Candy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Candy palette
Pink Candy color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb86b;
}
.color-3 {
color: #d9e1a3;
}
.color-4 {
color: #9ed5e5;
}
.color-5 {
color: #ff9999;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb86b;
--color-3: #d9e1a3;
--color-4: #9ed5e5;
--color-5: #ff9999;
}
Pink Candy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb86b, #d9e1a3, #9ed5e5, #ff9999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb86b, #d9e1a3, #9ed5e5, #ff9999);
}
Similar color palettes
Pink Candy color palette created on .