Cotton Candy Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cotton Candy Dreamscape palette
Cotton Candy Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #ffd1dc;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #ff9ebd;
}
.color-4 {
color: #ff809b;
}
.color-5 {
color: #ff4d79;
}
/* CSS Variables */
:root {
--color-1: #ffd1dc;
--color-2: #ffb3d1;
--color-3: #ff9ebd;
--color-4: #ff809b;
--color-5: #ff4d79;
}
Cotton Candy Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd1dc, #ffb3d1, #ff9ebd, #ff809b, #ff4d79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd1dc, #ffb3d1, #ff9ebd, #ff809b, #ff4d79);
}
Similar color palettes
- Blossom Breeze
- Whimsical Blossom
- Royal Rose Garden
- Mulberry Garden
- Pink Strawberry Milkshake
- Charming Serenity
- Pink Shades
- Shades of Green
- Whispers of the Ancients
- Purple Princess
- Shades of Green and Pink
- Pink Whisper Dreams
- Black Green Elegance
- Dahlia Dreams
- Rosewood Vibes
- Pink Dahlia
- Shades of Pink
- Whimsical Dreams
Cotton Candy Dreamscape color palette created on .