Earthy Royal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Earthy Royal palette
Earthy Royal color palette CSS
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #a87d4d;
}
.color-3 {
color: #dab72b;
}
.color-4 {
color: #3e7e5b;
}
.color-5 {
color: #6a2d8f;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #a87d4d;
--color-3: #dab72b;
--color-4: #3e7e5b;
--color-5: #6a2d8f;
}
Earthy Royal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #a87d4d, #dab72b, #3e7e5b, #6a2d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #a87d4d, #dab72b, #3e7e5b, #6a2d8f);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Earthy Royal color palette created on .