Paleta de colores Tessa's Ember Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tessa's Ember Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Tessa's Ember Glow

/* 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 del degradado de fondo 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 .