Bold Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bold Elegance palette
Bold Elegance color palette PNG image
Bold Elegance color palette CSS
/* CSS */
.color-1 {
color: #3b3b3b;
}
.color-2 {
color: #f7f1e3;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #bf3a2b;
}
.color-5 {
color: #8d43ad;
}
/* CSS Variables */
:root {
--color-1: #3b3b3b;
--color-2: #f7f1e3;
--color-3: #e77e23;
--color-4: #bf3a2b;
--color-5: #8d43ad;
}
Bold Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3b3b, #f7f1e3, #e77e23, #bf3a2b, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3b3b, #f7f1e3, #e77e23, #bf3a2b, #8d43ad);
}
Similar color palettes
Bold Elegance color palette created on .