Mystic Earthtones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Mystic Earthtones palette
Mystic Earthtones カラー パレット PNG 画像
Mystic Earthtones カラーパレット CSS
/* CSS */
.color-1 {
color: #1d1c22;
}
.color-2 {
color: #39393c;
}
.color-3 {
color: #5b5b5d;
}
.color-4 {
color: #8b7b6f;
}
.color-5 {
color: #c9a769;
}
/* CSS Variables */
:root {
--color-1: #1d1c22;
--color-2: #39393c;
--color-3: #5b5b5d;
--color-4: #8b7b6f;
--color-5: #c9a769;
}
Mystic Earthtones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1c22, #39393c, #5b5b5d, #8b7b6f, #c9a769);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1c22, #39393c, #5b5b5d, #8b7b6f, #c9a769);
}
似たようなカラーパレット
Mystic Earthtones color palette created on .