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: #fee7ee;
}
.color-2 {
color: #ffd6d8;
}
.color-3 {
color: #ffded1;
}
.color-4 {
color: #ffefd6;
}
.color-5 {
color: #fff9e5;
}
/* CSS Variables */
:root {
--color-1: #fee7ee;
--color-2: #ffd6d8;
--color-3: #ffded1;
--color-4: #ffefd6;
--color-5: #fff9e5;
}
Cotton Candy Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee7ee, #ffd6d8, #ffded1, #ffefd6, #fff9e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee7ee, #ffd6d8, #ffded1, #ffefd6, #fff9e5);
}
Similar color palettes
Scroll down to explore 200+ Pink color palettes
Cotton Candy Dreams color palette created on .