Paleta de colores Muted Cranberry

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Muted Cranberry palette

Compartir esta paleta en:

CSS de la paleta de colores Muted Cranberry

/* CSS */
.color-1 {
color: #8c3b3b;
}
.color-2 {
color: #c65d74;
}
.color-3 {
color: #e8a1b1;
}
.color-4 {
color: #f6c6cf;
}
.color-5 {
color: #ffe3e0;
}

/* CSS Variables */
:root {
--color-1: #8c3b3b;
--color-2: #c65d74;
--color-3: #e8a1b1;
--color-4: #f6c6cf;
--color-5: #ffe3e0;
}

CSS del degradado de fondo Muted Cranberry

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3b3b, #c65d74, #e8a1b1, #f6c6cf, #ffe3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3b3b, #c65d74, #e8a1b1, #f6c6cf, #ffe3e0);
}

Muted Cranberry color palette created on .