Soberbia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soberbia palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soberbia Color Palette (PNG)
Soberbia color palette CSS
/* CSS */
.color-1 {
color: #d9a83f;
}
.color-2 {
color: #a56a27;
}
.color-3 {
color: #6a4a29;
}
.color-4 {
color: #3c2a2d;
}
.color-5 {
color: #b65d8a;
}
/* CSS Variables */
:root {
--color-1: #d9a83f;
--color-2: #a56a27;
--color-3: #6a4a29;
--color-4: #3c2a2d;
--color-5: #b65d8a;
}
Soberbia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a83f, #a56a27, #6a4a29, #3c2a2d, #b65d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a83f, #a56a27, #6a4a29, #3c2a2d, #b65d8a);
}
Similar color palettes
Scroll down to explore 1000+ colors.golden color palettes
Soberbia color palette created on .