Paleta de colores Ashen Remnants

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ashen Remnants palette

Compartir esta paleta en:

CSS de la paleta de colores Ashen Remnants

/* CSS */
.color-1 {
color: #793e3e;
}
.color-2 {
color: #a85d5d;
}
.color-3 {
color: #c88d8d;
}
.color-4 {
color: #e3b0b0;
}
.color-5 {
color: #f2d4d4;
}

/* CSS Variables */
:root {
--color-1: #793e3e;
--color-2: #a85d5d;
--color-3: #c88d8d;
--color-4: #e3b0b0;
--color-5: #f2d4d4;
}

CSS del degradado de fondo Ashen Remnants

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #793e3e, #a85d5d, #c88d8d, #e3b0b0, #f2d4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #793e3e, #a85d5d, #c88d8d, #e3b0b0, #f2d4d4);
}

Ashen Remnants color palette created on .