Home Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Home palette
Color Inspiration
Images that showcase this color palette in real designs
Download Home Color Palette (PNG)
Home color palette CSS
/* CSS */
.color-1 {
color: #f6d55a;
}
.color-2 {
color: #f6b531;
}
.color-3 {
color: #d6a84c;
}
.color-4 {
color: #3a5a40;
}
.color-5 {
color: #2d4933;
}
/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f6b531;
--color-3: #d6a84c;
--color-4: #3a5a40;
--color-5: #2d4933;
}
Home background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f6b531, #d6a84c, #3a5a40, #2d4933);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f6b531, #d6a84c, #3a5a40, #2d4933);
}
Similar color palettes
Scroll down to explore 200+ Yellow color palettes
Home color palette created on .