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