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