Paleta de colores Vibrant Ember Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Ember Glow palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Ember Glow

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffa42e;
}
.color-3 {
color: #ffc65c;
}
.color-4 {
color: #fff5d6;
}
.color-5 {
color: #ffa09e;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffa42e;
--color-3: #ffc65c;
--color-4: #fff5d6;
--color-5: #ffa09e;
}

CSS del degradado de fondo Vibrant Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffa42e, #ffc65c, #fff5d6, #ffa09e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffa42e, #ffc65c, #fff5d6, #ffa09e);
}

Vibrant Ember Glow color palette created on .