Tessa's Ember Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tessa's Ember Glow palette

Condividi questa palette a:

tavolozza dei colori Tessa's Ember Glow CSS

/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #ec8918;
}
.color-3 {
color: #f15d22;
}
.color-4 {
color: #e63746;
}
.color-5 {
color: #9b2226;
}

/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #ec8918;
--color-3: #f15d22;
--color-4: #e63746;
--color-5: #9b2226;
}

CSS con gradiente di sfondo Tessa's Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #ec8918, #f15d22, #e63746, #9b2226);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #ec8918, #f15d22, #e63746, #9b2226);
}

Tessa's Ember Glow color palette created on .