Light Candy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Candy palette
Light Candy color palette CSS
/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ffdeb8;
}
.color-3 {
color: #ffffb8;
}
.color-4 {
color: #b8ffc7;
}
.color-5 {
color: #b8e0ff;
}
/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ffdeb8;
--color-3: #ffffb8;
--color-4: #b8ffc7;
--color-5: #b8e0ff;
}
Light Candy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ffdeb8, #ffffb8, #b8ffc7, #b8e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ffdeb8, #ffffb8, #b8ffc7, #b8e0ff);
}
Similar color palettes
Scroll down to explore 200+ Pink color palettes
- Sweet Whirlwind
- Sunset in the Garden of Adelaide
- Digital Distortion
- Golden Heroes
- Orange Turmoil
- Sunlit Blossom
- Whispers of Hashinia
- Orange Flower
- Bright Orange
- Sunset Serenade
- Pink Sunset
- Candy Floss Sunset
- Candy Coated Dreams
- Desert Blossom Harmony
- Bright Yellow
- Vibrant Sunset Symphony
- Vibrant Green
- Gemstone Reverie
Light Candy color palette created on .