Golden Shrine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Shrine palette
Golden Shrine color palette CSS
/* CSS */
.color-1 {
color: #f6c54c;
}
.color-2 {
color: #e6a800;
}
.color-3 {
color: #d18f00;
}
.color-4 {
color: #b87d00;
}
.color-5 {
color: #996e00;
}
/* CSS Variables */
:root {
--color-1: #f6c54c;
--color-2: #e6a800;
--color-3: #d18f00;
--color-4: #b87d00;
--color-5: #996e00;
}
Golden Shrine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c54c, #e6a800, #d18f00, #b87d00, #996e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c54c, #e6a800, #d18f00, #b87d00, #996e00);
}
Similar color palettes
Golden Shrine color palette created on .