Golden Embrace Color Palette
Discover the beautiful Golden Embrace color palette featuring selective yellow (#fab700), web orange (#f0a800), tangerine (#e08a00), pirate gold (#c77e00) and olive (#8f6b00).
Brightness
Saturation
Warmth
๐ก 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
UI Examples
Explore beautiful UI components with Golden Embrace palette
๐ป Golden Embrace color palette CSS
/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e08a00;
}
.color-4 {
color: #c77e00;
}
.color-5 {
color: #8f6b00;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f0a800;
--color-3: #e08a00;
--color-4: #c77e00;
--color-5: #8f6b00;
} ๐ Golden Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f0a800, #e08a00, #c77e00, #8f6b00);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f0a800, #e08a00, #c77e00, #8f6b00);
} ๐ Explore similar color palettes
Golden Embrace color palette created on .