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: #ff6e61;
}
.color-2 {
color: #709f6f;
}
.color-3 {
color: #6d9c9b;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #709f6f;
--color-3: #6d9c9b;
--color-4: #f7b5a1;
--color-5: #ffd900;
}

CSS del degradado de fondo Vibrant Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #709f6f, #6d9c9b, #f7b5a1, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #709f6f, #6d9c9b, #f7b5a1, #ffd900);
}

Vibrant Harmony color palette created on .