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: #ff5c92;
}
.color-2 {
color: #ff99a1;
}
.color-3 {
color: #ffb3c7;
}
.color-4 {
color: #f4d2e1;
}
.color-5 {
color: #e8bfd2;
}
/* CSS Variables */
:root {
--color-1: #ff5c92;
--color-2: #ff99a1;
--color-3: #ffb3c7;
--color-4: #f4d2e1;
--color-5: #e8bfd2;
}
Cotton Candy Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c92, #ff99a1, #ffb3c7, #f4d2e1, #e8bfd2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c92, #ff99a1, #ffb3c7, #f4d2e1, #e8bfd2);
}
Similar color palettes
Cotton Candy Dreams color palette created on .