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