Deep Ember カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Ember palette

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

Deep Ember カラー パレット PNG 画像

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

Deep Ember カラーパレット CSS

/* CSS */
.color-1 {
color: #121212;
}
.color-2 {
color: #4c3838;
}
.color-3 {
color: #662424;
}
.color-4 {
color: #393838;
}
.color-5 {
color: #281515;
}

/* CSS Variables */
:root {
--color-1: #121212;
--color-2: #4c3838;
--color-3: #662424;
--color-4: #393838;
--color-5: #281515;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #121212, #4c3838, #662424, #393838, #281515);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #121212, #4c3838, #662424, #393838, #281515);
}

Deep Ember color palette created on .