Candy Coated Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Candy Coated Sunrise palette

Share this palette to:

Download Candy Coated Sunrise Color Palette (PNG)

Download candy coated sunrise color palette PNG image (landscape)
Download candy coated sunrise color palette PNG image (square)

Candy Coated Sunrise color palette CSS

/* CSS */
.color-1 {
color: #ffdf80;
}
.color-2 {
color: #ffb347;
}
.color-3 {
color: #ff7c70;
}
.color-4 {
color: #ff5c9a;
}
.color-5 {
color: #ff3d9e;
}

/* CSS Variables */
:root {
--color-1: #ffdf80;
--color-2: #ffb347;
--color-3: #ff7c70;
--color-4: #ff5c9a;
--color-5: #ff3d9e;
}

Candy Coated Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdf80, #ffb347, #ff7c70, #ff5c9a, #ff3d9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdf80, #ffb347, #ff7c70, #ff5c9a, #ff3d9e);
}

Candy Coated Sunrise color palette created on .