Chyote Dreamscape Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Chyote Dreamscape palette

Condividi questa palette a:

tavolozza dei colori Chyote Dreamscape CSS

/* 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 con gradiente di sfondo 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 .