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