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