My Chemical Romance Inspired カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with My Chemical Romance Inspired palette
My Chemical Romance Inspired カラーパレット CSS
/* CSS */
.color-1 {
color: #3e3a4a;
}
.color-2 {
color: #6e5b8b;
}
.color-3 {
color: #a77b8e;
}
.color-4 {
color: #d8b69d;
}
.color-5 {
color: #f8e1b4;
}
/* CSS Variables */
:root {
--color-1: #3e3a4a;
--color-2: #6e5b8b;
--color-3: #a77b8e;
--color-4: #d8b69d;
--color-5: #f8e1b4;
}
My Chemical Romance Inspired の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e3a4a, #6e5b8b, #a77b8e, #d8b69d, #f8e1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e3a4a, #6e5b8b, #a77b8e, #d8b69d, #f8e1b4);
}
似たようなカラーパレット
My Chemical Romance Inspired color palette created on .