Forest Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Forest Ember palette

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

Forest Ember カラーパレット 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 の背景のグラデーション 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);
}

似たようなカラーパレット

Forest Ember color palette created on .