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