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