Paleta de colores Myth Maroon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Myth Maroon palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Myth Maroon

Download myth maroon color palette PNG image (landscape)
Download myth maroon color palette PNG image (square)

CSS de la paleta de colores Myth Maroon

/* CSS */
.color-1 {
color: #820d24;
}
.color-2 {
color: #c94052;
}
.color-3 {
color: #f4a662;
}
.color-4 {
color: #f1dfb7;
}
.color-5 {
color: #5a2b2d;
}

/* CSS Variables */
:root {
--color-1: #820d24;
--color-2: #c94052;
--color-3: #f4a662;
--color-4: #f1dfb7;
--color-5: #5a2b2d;
}

CSS del degradado de fondo Myth Maroon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #820d24, #c94052, #f4a662, #f1dfb7, #5a2b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #820d24, #c94052, #f4a662, #f1dfb7, #5a2b2d);
}

Myth Maroon color palette created on .