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