Jewel Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Jewel Tones palette
Jewel Tones カラーパレット (PNG) をダウンロード
Jewel Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #3e3573;
}
.color-2 {
color: #5b4294;
}
.color-3 {
color: #925d8f;
}
.color-4 {
color: #d5944d;
}
.color-5 {
color: #eab843;
}
/* CSS Variables */
:root {
--color-1: #3e3573;
--color-2: #5b4294;
--color-3: #925d8f;
--color-4: #d5944d;
--color-5: #eab843;
}
Jewel Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3573, #5b4294, #925d8f, #d5944d, #eab843);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3573, #5b4294, #925d8f, #d5944d, #eab843);
}
似たようなカラーパレット
Jewel Tones color palette created on .