Paleta de colores Trustworthy Tones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Trustworthy Tones palette

Compartir esta paleta en:

CSS de la paleta de colores Trustworthy Tones

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3a5a92;
}
.color-3 {
color: #6d7dab;
}
.color-4 {
color: #a0533b;
}
.color-5 {
color: #d9d9d9;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3a5a92;
--color-3: #6d7dab;
--color-4: #a0533b;
--color-5: #d9d9d9;
}

CSS del degradado de fondo Trustworthy Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3a5a92, #6d7dab, #a0533b, #d9d9d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3a5a92, #6d7dab, #a0533b, #d9d9d9);
}

Trustworthy Tones color palette created on .