Paleta de colores Vibrant Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Harmony palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Harmony

/* CSS */
.color-1 {
color: #ff5833;
}
.color-2 {
color: #33ff58;
}
.color-3 {
color: #3358ff;
}
.color-4 {
color: #ff33a0;
}
.color-5 {
color: #ffc300;
}

/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #33ff58;
--color-3: #3358ff;
--color-4: #ff33a0;
--color-5: #ffc300;
}

CSS del degradado de fondo Vibrant Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #33ff58, #3358ff, #ff33a0, #ffc300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #33ff58, #3358ff, #ff33a0, #ffc300);
}

Vibrant Harmony color palette created on .