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