Chyote Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Chyote Dreamscape palette

Share this palette to:

Chyote Dreamscape color palette 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;
}

Chyote Dreamscape background gradient CSS

/* 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 .