Regal Grove Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Regal Grove palette
Regal Grove color palette PNG image
Regal Grove color palette CSS
/* CSS */
.color-1 {
color: #2d4b2a;
}
.color-2 {
color: #50703e;
}
.color-3 {
color: #8e9d58;
}
.color-4 {
color: #d4e1a8;
}
.color-5 {
color: #f6f8e2;
}
/* CSS Variables */
:root {
--color-1: #2d4b2a;
--color-2: #50703e;
--color-3: #8e9d58;
--color-4: #d4e1a8;
--color-5: #f6f8e2;
}
Regal Grove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d4b2a, #50703e, #8e9d58, #d4e1a8, #f6f8e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d4b2a, #50703e, #8e9d58, #d4e1a8, #f6f8e2);
}
Similar color palettes
Scroll down to explore 3 Green color palettes
Regal Grove color palette created on .