Paleta de colores Vibrant Groove

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Groove palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Groove

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #5d8aa8;
}
.color-4 {
color: #69af4b;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #5d8aa8;
--color-4: #69af4b;
--color-5: #e74d3c;
}

CSS del degradado de fondo Vibrant Groove

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #5d8aa8, #69af4b, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #5d8aa8, #69af4b, #e74d3c);
}

Vibrant Groove color palette created on .