Paleta de colores Red Mischief

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Mischief palette

Compartir esta paleta en:

CSS de la paleta de colores Red Mischief

/* CSS */
.color-1 {
color: #6c0e0e;
}
.color-2 {
color: #b63a3a;
}
.color-3 {
color: #f57070;
}
.color-4 {
color: #ff9999;
}
.color-5 {
color: #ffcccc;
}

/* CSS Variables */
:root {
--color-1: #6c0e0e;
--color-2: #b63a3a;
--color-3: #f57070;
--color-4: #ff9999;
--color-5: #ffcccc;
}

CSS del degradado de fondo Red Mischief

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c0e0e, #b63a3a, #f57070, #ff9999, #ffcccc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c0e0e, #b63a3a, #f57070, #ff9999, #ffcccc);
}

Red Mischief color palette created on .