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: #ff6b6b;
}
.color-2 {
color: #ffd83d;
}
.color-3 {
color: #6ccb79;
}
.color-4 {
color: #3b8dba;
}
.color-5 {
color: #6a4c94;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffd83d;
--color-3: #6ccb79;
--color-4: #3b8dba;
--color-5: #6a4c94;
}

CSS del degradado de fondo Vibrant Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffd83d, #6ccb79, #3b8dba, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffd83d, #6ccb79, #3b8dba, #6a4c94);
}

Vibrant Harmony color palette created on .