Paleta de colores Twilight Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Twilight Ember palette

Compartir esta paleta en:

CSS de la paleta de colores Twilight Ember

/* CSS */
.color-1 {
color: #1d1f20;
}
.color-2 {
color: #4a4d54;
}
.color-3 {
color: #8a8e93;
}
.color-4 {
color: #e4a23f;
}
.color-5 {
color: #d65b2e;
}

/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #4a4d54;
--color-3: #8a8e93;
--color-4: #e4a23f;
--color-5: #d65b2e;
}

CSS del degradado de fondo Twilight Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #4a4d54, #8a8e93, #e4a23f, #d65b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #4a4d54, #8a8e93, #e4a23f, #d65b2e);
}

Twilight Ember color palette created on .