Candy Coated Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Candy Coated Dreams palette
Candy Coated Dreams color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #f7da4b;
}
.color-4 {
color: #a8e6cf;
}
.color-5 {
color: #ffadad;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb347;
--color-3: #f7da4b;
--color-4: #a8e6cf;
--color-5: #ffadad;
}
Candy Coated Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb347, #f7da4b, #a8e6cf, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb347, #f7da4b, #a8e6cf, #ffadad);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Candy Coated Dreams color palette created on .