Verdant Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Verdant Sunrise palette
Verdant Sunrise color palette CSS
/* CSS */
.color-1 {
color: #8e8a2e;
}
.color-2 {
color: #b6b92d;
}
.color-3 {
color: #d4cc3a;
}
.color-4 {
color: #f3e04f;
}
.color-5 {
color: #f6d87e;
}
/* CSS Variables */
:root {
--color-1: #8e8a2e;
--color-2: #b6b92d;
--color-3: #d4cc3a;
--color-4: #f3e04f;
--color-5: #f6d87e;
}
Verdant Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e8a2e, #b6b92d, #d4cc3a, #f3e04f, #f6d87e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e8a2e, #b6b92d, #d4cc3a, #f3e04f, #f6d87e);
}
Similar color palettes
Verdant Sunrise color palette created on .