Main Character Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Main Character palette
Main Character color palette PNG image
Main Character color palette CSS
/* CSS */
.color-1 {
color: #6a293d;
}
.color-2 {
color: #ae565e;
}
.color-3 {
color: #c2757e;
}
.color-4 {
color: #c8a674;
}
.color-5 {
color: #b7871f;
}
/* CSS Variables */
:root {
--color-1: #6a293d;
--color-2: #ae565e;
--color-3: #c2757e;
--color-4: #c8a674;
--color-5: #b7871f;
}
Main Character background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a293d, #ae565e, #c2757e, #c8a674, #b7871f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a293d, #ae565e, #c2757e, #c8a674, #b7871f);
}
Similar color palettes
Main Character color palette created on .