Retro Yellow Green Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Yellow Green Brown palette
Retro Yellow Green Brown color palette CSS
/* CSS */
.color-1 {
color: #dba400;
}
.color-2 {
color: #a5b800;
}
.color-3 {
color: #7d9900;
}
.color-4 {
color: #6b6a5b;
}
.color-5 {
color: #503c2a;
}
/* CSS Variables */
:root {
--color-1: #dba400;
--color-2: #a5b800;
--color-3: #7d9900;
--color-4: #6b6a5b;
--color-5: #503c2a;
}
Retro Yellow Green Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dba400, #a5b800, #7d9900, #6b6a5b, #503c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dba400, #a5b800, #7d9900, #6b6a5b, #503c2a);
}
Similar color palettes
Retro Yellow Green Brown color palette created on .