Discover the beautiful Golden Richness color palette featuring buddha gold (#d6a800), corn (#e6b800), supernova (#f5c800), gold (#fad400) and turbo (#ffe500).
Golden Richness Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
Explore how the Golden Richness palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Golden Richness palette
๐ป Golden Richness color palette CSS
/* CSS */
.color-1 {
color: #d6a800;
}
.color-2 {
color: #e6b800;
}
.color-3 {
color: #f5c800;
}
.color-4 {
color: #fad400;
}
.color-5 {
color: #ffe500;
}
/* CSS Variables */
:root {
--color-1: #d6a800;
--color-2: #e6b800;
--color-3: #f5c800;
--color-4: #fad400;
--color-5: #ffe500;
}
๐ Golden Richness background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a800, #e6b800, #f5c800, #fad400, #ffe500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a800, #e6b800, #f5c800, #fad400, #ffe500);
}
๐ Explore similar color palettes
Golden Richness color palette created on .