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