Paleta de colores Spiced Ember Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Spiced Ember Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Spiced Ember Delight

/* CSS */
.color-1 {
color: #d96b1c;
}
.color-2 {
color: #e8a84f;
}
.color-3 {
color: #b9683c;
}
.color-4 {
color: #c35e28;
}
.color-5 {
color: #f2b24a;
}

/* CSS Variables */
:root {
--color-1: #d96b1c;
--color-2: #e8a84f;
--color-3: #b9683c;
--color-4: #c35e28;
--color-5: #f2b24a;
}

CSS del degradado de fondo Spiced Ember Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d96b1c, #e8a84f, #b9683c, #c35e28, #f2b24a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d96b1c, #e8a84f, #b9683c, #c35e28, #f2b24a);
}

Spiced Ember Delight color palette created on .