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