Overbearing Emotions Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Overbearing Emotions palette

Share this palette to:

Overbearing Emotions color palette PNG image

Download overbearing emotions color palette PNG image (landscape)
Download overbearing emotions color palette PNG image (square)

Overbearing Emotions color palette CSS

/* CSS */
.color-1 {
color: #4f1213;
}
.color-2 {
color: #721d1f;
}
.color-3 {
color: #873637;
}
.color-4 {
color: #9e4c4e;
}
.color-5 {
color: #9f6063;
}

/* CSS Variables */
:root {
--color-1: #4f1213;
--color-2: #721d1f;
--color-3: #873637;
--color-4: #9e4c4e;
--color-5: #9f6063;
}

Overbearing Emotions background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f1213, #721d1f, #873637, #9e4c4e, #9f6063);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f1213, #721d1f, #873637, #9e4c4e, #9f6063);
}

Overbearing Emotions color palette created on .