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