Brown Noodle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Noodle palette
Brown Noodle color palette CSS
/* CSS */
.color-1 {
color: #4f4b4a;
}
.color-2 {
color: #7a5e57;
}
.color-3 {
color: #b2756c;
}
.color-4 {
color: #e8b99b;
}
.color-5 {
color: #f1d1b6;
}
/* CSS Variables */
:root {
--color-1: #4f4b4a;
--color-2: #7a5e57;
--color-3: #b2756c;
--color-4: #e8b99b;
--color-5: #f1d1b6;
}
Brown Noodle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f4b4a, #7a5e57, #b2756c, #e8b99b, #f1d1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f4b4a, #7a5e57, #b2756c, #e8b99b, #f1d1b6);
}
Similar color palettes
Brown Noodle color palette created on .