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