Paleta de colores Harmony of Trust

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Harmony of Trust palette

Compartir esta paleta en:

CSS de la paleta de colores Harmony of Trust

/* CSS */
.color-1 {
color: #5fb1bf;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #9b58b6;
}

/* CSS Variables */
:root {
--color-1: #5fb1bf;
--color-2: #f1c40e;
--color-3: #e77e23;
--color-4: #e74d3c;
--color-5: #9b58b6;
}

CSS del degradado de fondo Harmony of Trust

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5fb1bf, #f1c40e, #e77e23, #e74d3c, #9b58b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5fb1bf, #f1c40e, #e77e23, #e74d3c, #9b58b6);
}

Harmony of Trust color palette created on .