Candy Coated Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Candy Coated Sunrise palette

Condividi questa palette a:

Scarica la tavolozza dei colori Candy Coated Sunrise (PNG)

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

tavolozza dei colori Candy Coated Sunrise 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;
}

CSS con gradiente di sfondo Candy Coated Sunrise

/* 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 .