Desert Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Ember palette

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

Desert Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #d2b05b;
}
.color-2 {
color: #a95c32;
}
.color-3 {
color: #7d3c26;
}
.color-4 {
color: #5b2b1a;
}
.color-5 {
color: #3d1f1f;
}

/* CSS Variables */
:root {
--color-1: #d2b05b;
--color-2: #a95c32;
--color-3: #7d3c26;
--color-4: #5b2b1a;
--color-5: #3d1f1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2b05b, #a95c32, #7d3c26, #5b2b1a, #3d1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2b05b, #a95c32, #7d3c26, #5b2b1a, #3d1f1f);
}

Desert Ember color palette created on .