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