Aether カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aether palette
Aether カラー パレット PNG 画像
Aether カラーパレット CSS
/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #afe9c3;
}
.color-3 {
color: #f4e4b3;
}
.color-4 {
color: #f7b1a6;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #afe9c3;
--color-3: #f4e4b3;
--color-4: #f7b1a6;
--color-5: #f76e6e;
}
Aether の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #afe9c3, #f4e4b3, #f7b1a6, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #afe9c3, #f4e4b3, #f7b1a6, #f76e6e);
}
似たようなカラーパレット
Aether color palette created on .