Paleta de colores Tiger's Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tiger's Ember palette

Compartir esta paleta en:

CSS de la paleta de colores Tiger's Ember

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #d84e2c;
}
.color-3 {
color: #a53e2c;
}
.color-4 {
color: #7c2d2f;
}
.color-5 {
color: #502b2c;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #d84e2c;
--color-3: #a53e2c;
--color-4: #7c2d2f;
--color-5: #502b2c;
}

CSS del degradado de fondo Tiger's Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #d84e2c, #a53e2c, #7c2d2f, #502b2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #d84e2c, #a53e2c, #7c2d2f, #502b2c);
}

Tiger's Ember color palette created on .