Mystic Jewel Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Mystic Jewel Tones palette
Mystic Jewel Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #4a4d54;
}
.color-2 {
color: #007a5e;
}
.color-3 {
color: #ff6d1f;
}
.color-4 {
color: #d8c0d8;
}
.color-5 {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--color-1: #4a4d54;
--color-2: #007a5e;
--color-3: #ff6d1f;
--color-4: #d8c0d8;
--color-5: #a8d3e1;
}
Mystic Jewel Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4d54, #007a5e, #ff6d1f, #d8c0d8, #a8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4d54, #007a5e, #ff6d1f, #d8c0d8, #a8d3e1);
}
似たようなカラーパレット
Mystic Jewel Tones color palette created on .