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