Paleta de colores Cinderace

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cinderace palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Cinderace

Download cinderace color palette PNG image (landscape)
Download cinderace color palette PNG image (square)

CSS de la paleta de colores Cinderace

/* CSS */
.color-1 {
color: #ff7e3d;
}
.color-2 {
color: #ffa04d;
}
.color-3 {
color: #ffbc57;
}
.color-4 {
color: #ffcb6b;
}
.color-5 {
color: #ffd885;
}

/* CSS Variables */
:root {
--color-1: #ff7e3d;
--color-2: #ffa04d;
--color-3: #ffbc57;
--color-4: #ffcb6b;
--color-5: #ffd885;
}

CSS del degradado de fondo Cinderace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e3d, #ffa04d, #ffbc57, #ffcb6b, #ffd885);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e3d, #ffa04d, #ffbc57, #ffcb6b, #ffd885);
}

Cinderace color palette created on .