Valorous Verdant Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Valorous Verdant palette
Valorous Verdant color palette CSS
/* CSS */
.color-1 {
color: #4e5421;
}
.color-2 {
color: #6b8f24;
}
.color-3 {
color: #8fbc8f;
}
.color-4 {
color: #c1d7d7;
}
.color-5 {
color: #f0e78e;
}
/* CSS Variables */
:root {
--color-1: #4e5421;
--color-2: #6b8f24;
--color-3: #8fbc8f;
--color-4: #c1d7d7;
--color-5: #f0e78e;
}
Valorous Verdant background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e5421, #6b8f24, #8fbc8f, #c1d7d7, #f0e78e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e5421, #6b8f24, #8fbc8f, #c1d7d7, #f0e78e);
}
Similar color palettes
Valorous Verdant color palette created on .