Peanut Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peanut Shades palette
Peanut Shades color palette CSS
/* CSS */
.color-1 {
color: #d56c3f;
}
.color-2 {
color: #f1a85f;
}
.color-3 {
color: #f3e8b4;
}
.color-4 {
color: #a4d08a;
}
.color-5 {
color: #6e9d39;
}
/* CSS Variables */
:root {
--color-1: #d56c3f;
--color-2: #f1a85f;
--color-3: #f3e8b4;
--color-4: #a4d08a;
--color-5: #6e9d39;
}
Peanut Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d56c3f, #f1a85f, #f3e8b4, #a4d08a, #6e9d39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d56c3f, #f1a85f, #f3e8b4, #a4d08a, #6e9d39);
}
Similar color palettes
Scroll down to explore 400+ Autumn color palettes
Peanut Shades color palette created on .