Paleta de colores Harmony of Vibrance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Harmony of Vibrance palette

Compartir esta paleta en:

CSS de la paleta de colores Harmony of Vibrance

/* CSS */
.color-1 {
color: #fc6136;
}
.color-2 {
color: #fcaa27;
}
.color-3 {
color: #fcb603;
}
.color-4 {
color: #65b88d;
}
.color-5 {
color: #fc3647;
}

/* CSS Variables */
:root {
--color-1: #fc6136;
--color-2: #fcaa27;
--color-3: #fcb603;
--color-4: #65b88d;
--color-5: #fc3647;
}

CSS del degradado de fondo Harmony of Vibrance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc6136, #fcaa27, #fcb603, #65b88d, #fc3647);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc6136, #fcaa27, #fcb603, #65b88d, #fc3647);
}

Harmony of Vibrance color palette created on .