Golden Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Embrace palette
Color Inspiration
Images that showcase this color palette in real designs
Download Golden Embrace Color Palette (PNG)
Golden Embrace color palette CSS
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f58b00;
}
.color-3 {
color: #fa9e00;
}
.color-4 {
color: #fad400;
}
.color-5 {
color: #f5c800;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f58b00;
--color-3: #fa9e00;
--color-4: #fad400;
--color-5: #f5c800;
}
Golden Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f58b00, #fa9e00, #fad400, #f5c800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f58b00, #fa9e00, #fad400, #f5c800);
}
Similar color palettes
Golden Embrace color palette created on .