Mujer Oveja de Fuego Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mujer Oveja de Fuego palette

Share this palette to:

Mujer Oveja de Fuego color palette PNG image

Download mujer oveja de fuego color palette PNG image (landscape)
Download mujer oveja de fuego color palette PNG image (square)

Mujer Oveja de Fuego color palette CSS

/* CSS */
.color-1 {
color: #e1544c;
}
.color-2 {
color: #f8a99b;
}
.color-3 {
color: #fcd5b6;
}
.color-4 {
color: #f6d87e;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #e1544c;
--color-2: #f8a99b;
--color-3: #fcd5b6;
--color-4: #f6d87e;
--color-5: #f0a400;
}

Mujer Oveja de Fuego background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1544c, #f8a99b, #fcd5b6, #f6d87e, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1544c, #f8a99b, #fcd5b6, #f6d87e, #f0a400);
}

Mujer Oveja de Fuego color palette created on .