Golden Estoria Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Estoria palette
Golden Estoria color palette CSS
/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffec42;
}
.color-4 {
color: #a5d89d;
}
.color-5 {
color: #4b917d;
}
/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ffcc00;
--color-3: #ffec42;
--color-4: #a5d89d;
--color-5: #4b917d;
}
Golden Estoria background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ffcc00, #ffec42, #a5d89d, #4b917d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ffcc00, #ffec42, #a5d89d, #4b917d);
}
Similar color palettes
Scroll down to explore 300+ Bright color palettes
Golden Estoria color palette created on .