Paleta de colores Chill Vibes

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Chill Vibes palette

Compartir esta paleta en:

CSS de la paleta de colores Chill Vibes

/* 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 del degradado de fondo 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 .