Battlefield Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Battlefield Ember palette

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

Battlefield Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #402c68;
}
.color-2 {
color: #77578e;
}
.color-3 {
color: #d18547;
}
.color-4 {
color: #eec55d;
}
.color-5 {
color: #da5525;
}

/* CSS Variables */
:root {
--color-1: #402c68;
--color-2: #77578e;
--color-3: #d18547;
--color-4: #eec55d;
--color-5: #da5525;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #402c68, #77578e, #d18547, #eec55d, #da5525);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #402c68, #77578e, #d18547, #eec55d, #da5525);
}

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

Battlefield Ember color palette created on .