Nutty Meadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nutty Meadow palette
Nutty Meadow color palette CSS
/* CSS */
.color-1 {
color: #3b2921;
}
.color-2 {
color: #83634e;
}
.color-3 {
color: #998766;
}
.color-4 {
color: #9cad7b;
}
.color-5 {
color: #6b7548;
}
/* CSS Variables */
:root {
--color-1: #3b2921;
--color-2: #83634e;
--color-3: #998766;
--color-4: #9cad7b;
--color-5: #6b7548;
}
Nutty Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2921, #83634e, #998766, #9cad7b, #6b7548);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2921, #83634e, #998766, #9cad7b, #6b7548);
}
Similar color palettes
Nutty Meadow color palette created on .