Candy Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Candy Dream palette

Share this palette to:

Candy Dream color palette PNG image

Download candy dream color palette PNG image (landscape)
Download candy dream color palette PNG image (square)

Candy Dream color palette CSS

/* CSS */
.color-1 {
color: #ff4d88;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #ff4d88;
--color-2: #00bdd6;
--color-3: #4cae4f;
--color-4: #ffd900;
--color-5: #ff6d1f;
}

Candy Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d88, #00bdd6, #4cae4f, #ffd900, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d88, #00bdd6, #4cae4f, #ffd900, #ff6d1f);
}

Candy Dream color palette created on .