Colorful Mabusot カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Colorful Mabusot palette
Colorful Mabusot カラーパレット CSS
/* CSS */
.color-1 {
color: #f0b319;
}
.color-2 {
color: #e66b2d;
}
.color-3 {
color: #d33c41;
}
.color-4 {
color: #8e3e98;
}
.color-5 {
color: #4f7fba;
}
/* CSS Variables */
:root {
--color-1: #f0b319;
--color-2: #e66b2d;
--color-3: #d33c41;
--color-4: #8e3e98;
--color-5: #4f7fba;
}
Colorful Mabusot の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b319, #e66b2d, #d33c41, #8e3e98, #4f7fba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b319, #e66b2d, #d33c41, #8e3e98, #4f7fba);
}
似たようなカラーパレット
Colorful Mabusot color palette created on .