Aether カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aether palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Aether カラーパレット (PNG) をダウンロード
Aether カラーパレット CSS
/* CSS */
.color-1 {
color: #b3def4;
}
.color-2 {
color: #b9e9c0;
}
.color-3 {
color: #f4e5b3;
}
.color-4 {
color: #f6b5a7;
}
.color-5 {
color: #f6766f;
}
/* CSS Variables */
:root {
--color-1: #b3def4;
--color-2: #b9e9c0;
--color-3: #f4e5b3;
--color-4: #f6b5a7;
--color-5: #f6766f;
}
Aether の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3def4, #b9e9c0, #f4e5b3, #f6b5a7, #f6766f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3def4, #b9e9c0, #f4e5b3, #f6b5a7, #f6766f);
}
似たようなカラーパレット
下にスクロールして1個のcolors.lightblueカラーパレットを探索しましょう
Aether color palette created on .