Nepal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nepal palette

Share this palette to:

Nepal color palette PNG image

Download nepal color palette PNG image (landscape)
Download nepal color palette PNG image (square)

Nepal color palette CSS

/* CSS */
.color-1 {
color: #2b4a88;
}
.color-2 {
color: #4f8cba;
}
.color-3 {
color: #6bc1d6;
}
.color-4 {
color: #f6c84c;
}
.color-5 {
color: #e04f38;
}

/* CSS Variables */
:root {
--color-1: #2b4a88;
--color-2: #4f8cba;
--color-3: #6bc1d6;
--color-4: #f6c84c;
--color-5: #e04f38;
}

Nepal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b4a88, #4f8cba, #6bc1d6, #f6c84c, #e04f38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b4a88, #4f8cba, #6bc1d6, #f6c84c, #e04f38);
}

Nepal color palette created on .