Coastal Forest Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Coastal Forest Ember palette

Share this palette to:

Coastal Forest Ember color palette CSS

/* CSS */
.color-1 {
color: #91c3c5;
}
.color-2 {
color: #c37322;
}
.color-3 {
color: #66706d;
}
.color-4 {
color: #5f6f20;
}
.color-5 {
color: #0a6285;
}

/* CSS Variables */
:root {
--color-1: #91c3c5;
--color-2: #c37322;
--color-3: #66706d;
--color-4: #5f6f20;
--color-5: #0a6285;
}

Coastal Forest Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #91c3c5, #c37322, #66706d, #5f6f20, #0a6285);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #91c3c5, #c37322, #66706d, #5f6f20, #0a6285);
}

Coastal Forest Ember color palette created on .