Paleta de colores Literary Amber

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Literary Amber palette

Compartir esta paleta en:

CSS de la paleta de colores Literary Amber

/* CSS */
.color-1 {
color: #e3b24f;
}
.color-2 {
color: #c7993d;
}
.color-3 {
color: #b57c2c;
}
.color-4 {
color: #7e5b1b;
}
.color-5 {
color: #513d10;
}

/* CSS Variables */
:root {
--color-1: #e3b24f;
--color-2: #c7993d;
--color-3: #b57c2c;
--color-4: #7e5b1b;
--color-5: #513d10;
}

CSS del degradado de fondo Literary Amber

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b24f, #c7993d, #b57c2c, #7e5b1b, #513d10);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b24f, #c7993d, #b57c2c, #7e5b1b, #513d10);
}

Literary Amber color palette created on .