Golden Ally Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Ally palette
Golden Ally color palette CSS
/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #f6c85a;
}
.color-3 {
color: #f8e0a0;
}
.color-4 {
color: #f9d89a;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #f6c85a;
--color-3: #f8e0a0;
--color-4: #f9d89a;
--color-5: #ff6e61;
}
Golden Ally background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #f6c85a, #f8e0a0, #f9d89a, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #f6c85a, #f8e0a0, #f9d89a, #ff6e61);
}
Similar color palettes
Golden Ally color palette created on .