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: #f7a1b5;
}
.color-2 {
color: #f9c78b;
}
.color-3 {
color: #f2e469;
}
.color-4 {
color: #89d7e6;
}
.color-5 {
color: #3b8b8c;
}
/* CSS Variables */
:root {
--color-1: #f7a1b5;
--color-2: #f9c78b;
--color-3: #f2e469;
--color-4: #89d7e6;
--color-5: #3b8b8c;
}
Candy Coated Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b5, #f9c78b, #f2e469, #89d7e6, #3b8b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b5, #f9c78b, #f2e469, #89d7e6, #3b8b8c);
}
Similar color palettes
Candy Coated Dreams color palette created on .