Aquila Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aquila Blue palette
Aquila Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #f6bb3c;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #d7e1a8;
}
.color-4 {
color: #a7dae6;
}
.color-5 {
color: #5d8d8e;
}
/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #e9b79f;
--color-3: #d7e1a8;
--color-4: #a7dae6;
--color-5: #5d8d8e;
}
Aquila Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #e9b79f, #d7e1a8, #a7dae6, #5d8d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #e9b79f, #d7e1a8, #a7dae6, #5d8d8e);
}
似たようなカラーパレット
下にスクロールして800+個のブライトカラーパレットを探索しましょう
Aquila Blue color palette created on .