Alam Pegunungan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Alam Pegunungan palette

Share this palette to:

Alam Pegunungan color palette PNG image

Download alam pegunungan color palette PNG image (landscape)
Download alam pegunungan color palette PNG image (square)

Alam Pegunungan color palette CSS

/* CSS */
.color-1 {
color: #7ec851;
}
.color-2 {
color: #4fb05e;
}
.color-3 {
color: #2b887b;
}
.color-4 {
color: #1d5a8b;
}
.color-5 {
color: #1a5074;
}

/* CSS Variables */
:root {
--color-1: #7ec851;
--color-2: #4fb05e;
--color-3: #2b887b;
--color-4: #1d5a8b;
--color-5: #1a5074;
}

Alam Pegunungan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec851, #4fb05e, #2b887b, #1d5a8b, #1a5074);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec851, #4fb05e, #2b887b, #1d5a8b, #1a5074);
}

Alam Pegunungan color palette created on .