Antares カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Antares palette
Antares カラーパレット CSS
/* CSS */
.color-1 {
color: #6f3e6f;
}
.color-2 {
color: #b974c3;
}
.color-3 {
color: #e3beee;
}
.color-4 {
color: #eadce8;
}
.color-5 {
color: #f1e9ee;
}
/* CSS Variables */
:root {
--color-1: #6f3e6f;
--color-2: #b974c3;
--color-3: #e3beee;
--color-4: #eadce8;
--color-5: #f1e9ee;
}
Antares の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f3e6f, #b974c3, #e3beee, #eadce8, #f1e9ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f3e6f, #b974c3, #e3beee, #eadce8, #f1e9ee);
}
似たようなカラーパレット
下にスクロールして300+個の紫カラーパレットを探索しましょう
Antares color palette created on .