Paleta de colores Candy Coated Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Candy Coated Sunrise palette

Compartir esta paleta en:

Descargar la paleta de colores Candy Coated Sunrise (PNG)

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

CSS de la paleta de colores Candy Coated Sunrise

/* 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 del degradado de fondo 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 .