Paleta de colores Vibrant Hustle

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Hustle palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Hustle

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ffd84d;
}
.color-4 {
color: #a7df9f;
}
.color-5 {
color: #4abf77;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9b3d;
--color-3: #ffd84d;
--color-4: #a7df9f;
--color-5: #4abf77;
}

CSS del degradado de fondo Vibrant Hustle

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9b3d, #ffd84d, #a7df9f, #4abf77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9b3d, #ffd84d, #a7df9f, #4abf77);
}

Vibrant Hustle color palette created on .