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