Paleta de colores Spiced Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Spiced Orange palette

Compartir esta paleta en:

CSS de la paleta de colores Spiced Orange

/* CSS */
.color-1 {
color: #d66b24;
}
.color-2 {
color: #c66b2a;
}
.color-3 {
color: #b65f3a;
}
.color-4 {
color: #e09f3e;
}
.color-5 {
color: #e3a359;
}

/* CSS Variables */
:root {
--color-1: #d66b24;
--color-2: #c66b2a;
--color-3: #b65f3a;
--color-4: #e09f3e;
--color-5: #e3a359;
}

CSS del degradado de fondo Spiced Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d66b24, #c66b2a, #b65f3a, #e09f3e, #e3a359);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d66b24, #c66b2a, #b65f3a, #e09f3e, #e3a359);
}

Spiced Orange color palette created on .