Paleta de colores Chyote Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Chyote Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Chyote Dreamscape

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #f5df9e;
}
.color-3 {
color: #f9b29a;
}
.color-4 {
color: #f9b1ae;
}
.color-5 {
color: #f25a73;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #f5df9e;
--color-3: #f9b29a;
--color-4: #f9b1ae;
--color-5: #f25a73;
}

CSS del degradado de fondo Chyote Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #f5df9e, #f9b29a, #f9b1ae, #f25a73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #f5df9e, #f9b29a, #f9b1ae, #f25a73);
}

Chyote Dreamscape color palette created on .