Overbearing Emotions Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Overbearing Emotions palette
Color Inspiration
Images that showcase this color palette in real designs
Download Overbearing Emotions Color Palette (PNG)
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);
}
Similar color palettes
Overbearing Emotions color palette created on .