Invective Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Invective palette
Invective color palette PNG image
Invective color palette CSS
/* CSS */
.color-1 {
color: #4a2b3d;
}
.color-2 {
color: #995c79;
}
.color-3 {
color: #dfa69f;
}
.color-4 {
color: #f7dab0;
}
.color-5 {
color: #f9c54e;
}
/* CSS Variables */
:root {
--color-1: #4a2b3d;
--color-2: #995c79;
--color-3: #dfa69f;
--color-4: #f7dab0;
--color-5: #f9c54e;
}
Invective background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b3d, #995c79, #dfa69f, #f7dab0, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b3d, #995c79, #dfa69f, #f7dab0, #f9c54e);
}
Similar color palettes
Invective color palette created on .