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