Crystal Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crystal Forest palette

Share this palette to:

Download Crystal Forest Color Palette (PNG)

Download crystal forest color palette PNG image (landscape)
Download crystal forest color palette PNG image (square)

Crystal Forest color palette CSS

/* CSS */
.color-1 {
color: #1a7f3c;
}
.color-2 {
color: #4ab09d;
}
.color-3 {
color: #80dbbd;
}
.color-4 {
color: #a2e6d9;
}
.color-5 {
color: #def7f1;
}

/* CSS Variables */
:root {
--color-1: #1a7f3c;
--color-2: #4ab09d;
--color-3: #80dbbd;
--color-4: #a2e6d9;
--color-5: #def7f1;
}

Crystal Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a7f3c, #4ab09d, #80dbbd, #a2e6d9, #def7f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a7f3c, #4ab09d, #80dbbd, #a2e6d9, #def7f1);
}

Crystal Forest color palette created on .