Maroon Ares Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Maroon Ares palette

Share this palette to:

Download Maroon Ares Color Palette (PNG)

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

Maroon Ares color palette CSS

/* CSS */
.color-1 {
color: #4c2c2a;
}
.color-2 {
color: #6d3d3b;
}
.color-3 {
color: #a44c4d;
}
.color-4 {
color: #d27070;
}
.color-5 {
color: #f2baba;
}

/* CSS Variables */
:root {
--color-1: #4c2c2a;
--color-2: #6d3d3b;
--color-3: #a44c4d;
--color-4: #d27070;
--color-5: #f2baba;
}

Maroon Ares background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c2c2a, #6d3d3b, #a44c4d, #d27070, #f2baba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c2c2a, #6d3d3b, #a44c4d, #d27070, #f2baba);
}

Maroon Ares color palette created on .