Brown Rye Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown Rye palette
Brown Rye color palette CSS
/* CSS */
.color-1 {
color: #d5a66c;
}
.color-2 {
color: #c49964;
}
.color-3 {
color: #b49355;
}
.color-4 {
color: #a37e3e;
}
.color-5 {
color: #88692b;
}
/* CSS Variables */
:root {
--color-1: #d5a66c;
--color-2: #c49964;
--color-3: #b49355;
--color-4: #a37e3e;
--color-5: #88692b;
}
Brown Rye background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a66c, #c49964, #b49355, #a37e3e, #88692b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a66c, #c49964, #b49355, #a37e3e, #88692b);
}
Similar color palettes
Brown Rye color palette created on .