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