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