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