Cotton Candy Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cotton Candy Dream palette
Cotton Candy Dream color palette CSS
/* CSS */
.color-1 {
color: #ffbdbe;
}
.color-2 {
color: #ffd4cc;
}
.color-3 {
color: #ffe4d6;
}
.color-4 {
color: #ead6ff;
}
.color-5 {
color: #c2caff;
}
/* CSS Variables */
:root {
--color-1: #ffbdbe;
--color-2: #ffd4cc;
--color-3: #ffe4d6;
--color-4: #ead6ff;
--color-5: #c2caff;
}
Cotton Candy Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbdbe, #ffd4cc, #ffe4d6, #ead6ff, #c2caff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbdbe, #ffd4cc, #ffe4d6, #ead6ff, #c2caff);
}
Similar color palettes
Cotton Candy Dream color palette created on .