Regal Earthtones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Regal Earthtones palette
Regal Earthtones color palette CSS
/* CSS */
.color-1 {
color: #d3b99c;
}
.color-2 {
color: #8b694b;
}
.color-3 {
color: #5d4a8c;
}
.color-4 {
color: #c2524c;
}
.color-5 {
color: #4b7c6d;
}
/* CSS Variables */
:root {
--color-1: #d3b99c;
--color-2: #8b694b;
--color-3: #5d4a8c;
--color-4: #c2524c;
--color-5: #4b7c6d;
}
Regal Earthtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b99c, #8b694b, #5d4a8c, #c2524c, #4b7c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b99c, #8b694b, #5d4a8c, #c2524c, #4b7c6d);
}
Similar color palettes
Regal Earthtones color palette created on .