Forest Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Forest Ember palette

Share this palette to:

Forest Ember color palette CSS

/* CSS */
.color-1 {
color: #fffacc;
}
.color-2 {
color: #0c1d41;
}
.color-3 {
color: #97947d;
}
.color-4 {
color: #e06b0b;
}
.color-5 {
color: #4c5052;
}

/* CSS Variables */
:root {
--color-1: #fffacc;
--color-2: #0c1d41;
--color-3: #97947d;
--color-4: #e06b0b;
--color-5: #4c5052;
}

Forest Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffacc, #0c1d41, #97947d, #e06b0b, #4c5052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffacc, #0c1d41, #97947d, #e06b0b, #4c5052);
}

Similar color palettes

Scroll down to explore 1 Pink color palette

Forest Ember color palette created on .