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