Candy Cloud Symphony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Candy Cloud Symphony palette
Candy Cloud Symphony color palette CSS
/* CSS */
.color-1 {
color: #e3a6d8;
}
.color-2 {
color: #b7fbbe;
}
.color-3 {
color: #7ceec6;
}
.color-4 {
color: #f7d19c;
}
.color-5 {
color: #f47b1f;
}
/* CSS Variables */
:root {
--color-1: #e3a6d8;
--color-2: #b7fbbe;
--color-3: #7ceec6;
--color-4: #f7d19c;
--color-5: #f47b1f;
}
Candy Cloud Symphony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3a6d8, #b7fbbe, #7ceec6, #f7d19c, #f47b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3a6d8, #b7fbbe, #7ceec6, #f7d19c, #f47b1f);
}
Similar color palettes
Candy Cloud Symphony color palette created on .