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: #ffa07a;
}
.color-3 {
color: #ffb85c;
}
.color-4 {
color: #ffda6b;
}
.color-5 {
color: #ffeb7a;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa07a;
--color-3: #ffb85c;
--color-4: #ffda6b;
--color-5: #ffeb7a;
}
Candy Coated Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa07a, #ffb85c, #ffda6b, #ffeb7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa07a, #ffb85c, #ffda6b, #ffeb7a);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Candy Coated Dreams color palette created on .