Paleta de colores Trustworthy Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Trustworthy Ember palette

Compartir esta paleta en:

CSS de la paleta de colores Trustworthy Ember

/* CSS */
.color-1 {
color: #f9e58b;
}
.color-2 {
color: #f39b53;
}
.color-3 {
color: #e06838;
}
.color-4 {
color: #b83c2e;
}
.color-5 {
color: #7a1f2a;
}

/* CSS Variables */
:root {
--color-1: #f9e58b;
--color-2: #f39b53;
--color-3: #e06838;
--color-4: #b83c2e;
--color-5: #7a1f2a;
}

CSS del degradado de fondo Trustworthy Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e58b, #f39b53, #e06838, #b83c2e, #7a1f2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e58b, #f39b53, #e06838, #b83c2e, #7a1f2a);
}

Trustworthy Ember color palette created on .