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