Paleta de colores Terrifying Stone Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Terrifying Stone Red palette

Compartir esta paleta en:

CSS de la paleta de colores Terrifying Stone Red

/* CSS */
.color-1 {
color: #6a4e4e;
}
.color-2 {
color: #c1b69f;
}
.color-3 {
color: #f1e3c6;
}
.color-4 {
color: #e4a677;
}
.color-5 {
color: #d0543e;
}

/* CSS Variables */
:root {
--color-1: #6a4e4e;
--color-2: #c1b69f;
--color-3: #f1e3c6;
--color-4: #e4a677;
--color-5: #d0543e;
}

CSS del degradado de fondo Terrifying Stone Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4e, #c1b69f, #f1e3c6, #e4a677, #d0543e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4e, #c1b69f, #f1e3c6, #e4a677, #d0543e);
}

Terrifying Stone Red color palette created on .