Paleta de colores Red Mime

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Mime palette

Compartir esta paleta en:

CSS de la paleta de colores Red Mime

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f5dfd6;
}
.color-3 {
color: #e28383;
}
.color-4 {
color: #c22929;
}
.color-5 {
color: #782121;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f5dfd6;
--color-3: #e28383;
--color-4: #c22929;
--color-5: #782121;
}

CSS del degradado de fondo Red Mime

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f5dfd6, #e28383, #c22929, #782121);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f5dfd6, #e28383, #c22929, #782121);
}

Red Mime color palette created on .