Nugget Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nugget palette
Nugget color palette CSS
/* CSS */
.color-1 {
color: #d79c3c;
}
.color-2 {
color: #c87d37;
}
.color-3 {
color: #b15c2b;
}
.color-4 {
color: #e5ba5d;
}
.color-5 {
color: #c25219;
}
/* CSS Variables */
:root {
--color-1: #d79c3c;
--color-2: #c87d37;
--color-3: #b15c2b;
--color-4: #e5ba5d;
--color-5: #c25219;
}
Nugget background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d79c3c, #c87d37, #b15c2b, #e5ba5d, #c25219);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d79c3c, #c87d37, #b15c2b, #e5ba5d, #c25219);
}
Similar color palettes
Nugget color palette created on .