Dark Purplish Axe カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Purplish Axe palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Dark Purplish Axe カラーパレット (PNG) をダウンロード
Dark Purplish Axe カラーパレット CSS
/* CSS */
.color-1 {
color: #381a6b;
}
.color-2 {
color: #722994;
}
.color-3 {
color: #9c35b1;
}
.color-4 {
color: #bb57d1;
}
.color-5 {
color: #db70db;
}
/* CSS Variables */
:root {
--color-1: #381a6b;
--color-2: #722994;
--color-3: #9c35b1;
--color-4: #bb57d1;
--color-5: #db70db;
}
Dark Purplish Axe の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #381a6b, #722994, #9c35b1, #bb57d1, #db70db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #381a6b, #722994, #9c35b1, #bb57d1, #db70db);
}
似たようなカラーパレット
Dark Purplish Axe color palette created on .