Nomadic Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nomadic Hues palette

Share this palette to:

Nomadic Hues color palette CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #f1a65b;
}
.color-3 {
color: #ff6a3d;
}
.color-4 {
color: #ff3d40;
}
.color-5 {
color: #d03966;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #f1a65b;
--color-3: #ff6a3d;
--color-4: #ff3d40;
--color-5: #d03966;
}

Nomadic Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #f1a65b, #ff6a3d, #ff3d40, #d03966);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #f1a65b, #ff6a3d, #ff3d40, #d03966);
}

Nomadic Hues color palette created on .