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