Royal Green with Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Green with Gold palette
Royal Green with Gold color palette CSS
/* CSS */
.color-1 {
color: #007a33;
}
.color-2 {
color: #a6c856;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #b6c85b;
}
.color-5 {
color: #d4af35;
}
/* CSS Variables */
:root {
--color-1: #007a33;
--color-2: #a6c856;
--color-3: #ffd900;
--color-4: #b6c85b;
--color-5: #d4af35;
}
Royal Green with Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007a33, #a6c856, #ffd900, #b6c85b, #d4af35);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007a33, #a6c856, #ffd900, #b6c85b, #d4af35);
}
Similar color palettes
Royal Green with Gold color palette created on .