Cotton Candy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cotton Candy palette
Cotton Candy color palette CSS
/* CSS */
.color-1 {
color: #ff75b1;
}
.color-2 {
color: #ffb3e4;
}
.color-3 {
color: #b3e4ff;
}
.color-4 {
color: #80d2ff;
}
.color-5 {
color: #00bfff;
}
/* CSS Variables */
:root {
--color-1: #ff75b1;
--color-2: #ffb3e4;
--color-3: #b3e4ff;
--color-4: #80d2ff;
--color-5: #00bfff;
}
Cotton Candy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75b1, #ffb3e4, #b3e4ff, #80d2ff, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75b1, #ffb3e4, #b3e4ff, #80d2ff, #00bfff);
}
Similar color palettes
- Desert Sunrise Dreams
- Sunset Serenade
- Purple Twilight
- Celestial Blossom Harmony
- Carnival of Shadows
- Sparkling Elegance
- Blue Boy's Room
- Light Coral
- Bright Coral
- Purple Moondancer
- Moonlit Blue
- Bright Pink
- Bubblegum Bliss
- Nostalgic Whispers
- Shades of Blue
- Warm Yellow Conversation
- Cherry Blossom Breeze
- Julie’s Garden of Dreams
Cotton Candy color palette created on .