Paleta de colores Despertar de Cuento

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Despertar de Cuento palette

Compartir esta paleta en:

CSS de la paleta de colores Despertar de Cuento

/* CSS */
.color-1 {
color: #ffb85c;
}
.color-2 {
color: #ffd65c;
}
.color-3 {
color: #ffd970;
}
.color-4 {
color: #ff8b3d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ffb85c;
--color-2: #ffd65c;
--color-3: #ffd970;
--color-4: #ff8b3d;
--color-5: #ff6e61;
}

CSS del degradado de fondo Despertar de Cuento

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb85c, #ffd65c, #ffd970, #ff8b3d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb85c, #ffd65c, #ffd970, #ff8b3d, #ff6e61);
}

Despertar de Cuento color palette created on .