Candy Coated Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Candy Coated Dreams palette
Color Inspiration
Images that showcase this color palette in real designs
Download Candy Coated Dreams Color Palette (PNG)
Candy Coated Dreams color palette CSS
/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d4a5a5;
}
.color-4 {
color: #c1e1c1;
}
.color-5 {
color: #d9bf78;
}
/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ff667d;
--color-3: #d4a5a5;
--color-4: #c1e1c1;
--color-5: #d9bf78;
}
Candy Coated Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ff667d, #d4a5a5, #c1e1c1, #d9bf78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ff667d, #d4a5a5, #c1e1c1, #d9bf78);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Candy Coated Dreams color palette created on .