Chill Vibes Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Chill Vibes palette

Condividi questa palette a:

tavolozza dei colori Chill Vibes CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #4eb7d4;
}
.color-3 {
color: #6ed4b2;
}
.color-4 {
color: #f3e57c;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #4eb7d4;
--color-3: #6ed4b2;
--color-4: #f3e57c;
--color-5: #f39c12;
}

CSS con gradiente di sfondo Chill Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #4eb7d4, #6ed4b2, #f3e57c, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #4eb7d4, #6ed4b2, #f3e57c, #f39c12);
}

Chill Vibes color palette created on .