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: #f6ccff;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #cae7fc;
}
.color-4 {
color: #a783aa;
}
.color-5 {
color: #ffccf0;
}
/* CSS Variables */
:root {
--color-1: #f6ccff;
--color-2: #ffffff;
--color-3: #cae7fc;
--color-4: #a783aa;
--color-5: #ffccf0;
}
Cotton Candy Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ccff, #ffffff, #cae7fc, #a783aa, #ffccf0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ccff, #ffffff, #cae7fc, #a783aa, #ffccf0);
}
Similar color palettes
Cotton Candy Dreams color palette created on .