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