Forest Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Forest Ember palette

このパレットを共有する先:

Forest Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #222021;
}
.color-2 {
color: #d46325;
}
.color-3 {
color: #114b3a;
}
.color-4 {
color: #113541;
}
.color-5 {
color: #df9e30;
}

/* CSS Variables */
:root {
--color-1: #222021;
--color-2: #d46325;
--color-3: #114b3a;
--color-4: #113541;
--color-5: #df9e30;
}

Forest Ember の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #222021, #d46325, #114b3a, #113541, #df9e30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #222021, #d46325, #114b3a, #113541, #df9e30);
}

Forest Ember color palette created on .