Tiger's Ember Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tiger's Ember palette

Condividi questa palette a:

tavolozza dei colori Tiger's Ember CSS

/* 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 con gradiente di sfondo 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 .