Enchanted Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Enchanted Ember palette

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

Enchanted Ember カラーパレット (PNG) をダウンロード

Download enchanted ember color palette PNG image (landscape)
Download enchanted ember color palette PNG image (square)

Enchanted Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #5e4a4a;
}
.color-3 {
color: #7b5b5b;
}
.color-4 {
color: #9e7070;
}
.color-5 {
color: #b99d8d;
}

/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #5e4a4a;
--color-3: #7b5b5b;
--color-4: #9e7070;
--color-5: #b99d8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #5e4a4a, #7b5b5b, #9e7070, #b99d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #5e4a4a, #7b5b5b, #9e7070, #b99d8d);
}

Enchanted Ember color palette created on .