Candy Crush Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Candy Crush Dreamscape palette
Candy Crush Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d83b7a;
}
.color-4 {
color: #495b69;
}
.color-5 {
color: #2e4a7f;
}
/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ff667d;
--color-3: #d83b7a;
--color-4: #495b69;
--color-5: #2e4a7f;
}
Candy Crush Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ff667d, #d83b7a, #495b69, #2e4a7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ff667d, #d83b7a, #495b69, #2e4a7f);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Candy Crush Dreamscape color palette created on .