Loading...
Wizarding Gold and Shadows Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wizarding Gold and Shadows palette
Download Wizarding Gold and Shadows Color Palette (PNG)
Wizarding Gold and Shadows color palette CSS
/* CSS */
.color-1 {
color: #e1a956;
}
.color-2 {
color: #f7dc78;
}
.color-3 {
color: #f3c481;
}
.color-4 {
color: #e48958;
}
.color-5 {
color: #c16774;
}
/* CSS Variables */
:root {
--color-1: #e1a956;
--color-2: #f7dc78;
--color-3: #f3c481;
--color-4: #e48958;
--color-5: #c16774;
}
Wizarding Gold and Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1a956, #f7dc78, #f3c481, #e48958, #c16774);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1a956, #f7dc78, #f3c481, #e48958, #c16774);
}
Similar color palettes
Wizarding Gold and Shadows color palette created on .