Paleta de colores Red Claws and Fangs

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Claws and Fangs palette

Compartir esta paleta en:

CSS de la paleta de colores Red Claws and Fangs

/* CSS */
.color-1 {
color: #7e1b3a;
}
.color-2 {
color: #b54f51;
}
.color-3 {
color: #d98f6d;
}
.color-4 {
color: #f3c9a0;
}
.color-5 {
color: #f9e2b4;
}

/* CSS Variables */
:root {
--color-1: #7e1b3a;
--color-2: #b54f51;
--color-3: #d98f6d;
--color-4: #f3c9a0;
--color-5: #f9e2b4;
}

CSS del degradado de fondo Red Claws and Fangs

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e1b3a, #b54f51, #d98f6d, #f3c9a0, #f9e2b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e1b3a, #b54f51, #d98f6d, #f3c9a0, #f9e2b4);
}

Red Claws and Fangs color palette created on .