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