Golden Monarch's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Monarch's Embrace palette
Golden Monarch's Embrace color palette CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #db5000;
}
.color-3 {
color: #9e4f00;
}
.color-4 {
color: #7a3d00;
}
.color-5 {
color: #f9e1b4;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #db5000;
--color-3: #9e4f00;
--color-4: #7a3d00;
--color-5: #f9e1b4;
}
Golden Monarch's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #db5000, #9e4f00, #7a3d00, #f9e1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #db5000, #9e4f00, #7a3d00, #f9e1b4);
}
Similar color palettes
Golden Monarch's Embrace color palette created on .