Cotton Candy Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cotton Candy Dreams palette
Cotton Candy Dreams color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b5e4f2;
}
.color-3 {
color: #f1a7c8;
}
.color-4 {
color: #f7d5a1;
}
.color-5 {
color: #f9b79f;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b5e4f2;
--color-3: #f1a7c8;
--color-4: #f7d5a1;
--color-5: #f9b79f;
}
Cotton Candy Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b5e4f2, #f1a7c8, #f7d5a1, #f9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b5e4f2, #f1a7c8, #f7d5a1, #f9b79f);
}
Similar color palettes
- Moon
- Sky Blue Serenity
- Shades of Pink
- Blue Luninaria
- Celestial Harmony
- Light Blue
- Blue Green Yellow Watercolor
- Silent Pursuit
- Whispers of the Sky
- Whispers of the Sky
- Serenity's Embrace
- Midnight Blue
- Midnight Blue
- Tropical Teal Symphony
- Japanese Kimono
- Shades of Pink and Blue
- Electric Dreamscape
- Shades of Pink and Red
Cotton Candy Dreams color palette created on .