Nile Gold Ventures Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nile Gold Ventures palette
Nile Gold Ventures color palette CSS
/* CSS */
.color-1 {
color: #4b8b59;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #e24c3c;
}
.color-5 {
color: #7d3f97;
}
/* CSS Variables */
:root {
--color-1: #4b8b59;
--color-2: #f1c84b;
--color-3: #f0a800;
--color-4: #e24c3c;
--color-5: #7d3f97;
}
Nile Gold Ventures background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8b59, #f1c84b, #f0a800, #e24c3c, #7d3f97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8b59, #f1c84b, #f0a800, #e24c3c, #7d3f97);
}
Similar color palettes
Nile Gold Ventures color palette created on .