Candy Comedy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Candy Comedy palette

Share this palette to:

Candy Comedy color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9f6b;
}
.color-3 {
color: #ffd84d;
}
.color-4 {
color: #85e2ff;
}
.color-5 {
color: #ffb3ff;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f6b;
--color-3: #ffd84d;
--color-4: #85e2ff;
--color-5: #ffb3ff;
}

Candy Comedy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f6b, #ffd84d, #85e2ff, #ffb3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f6b, #ffd84d, #85e2ff, #ffb3ff);
}

Similar color palettes

Candy Comedy color palette created on .