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: #ffa3dd;
}
.color-2 {
color: #8abdff;
}
.color-3 {
color: #c5afee;
}
.color-4 {
color: #ffda75;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #ffa3dd;
--color-2: #8abdff;
--color-3: #c5afee;
--color-4: #ffda75;
--color-5: #ff6e61;
}
Cotton Candy Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa3dd, #8abdff, #c5afee, #ffda75, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa3dd, #8abdff, #c5afee, #ffda75, #ff6e61);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Cotton Candy Dreams color palette created on .