Azzurro Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Azzurro Blue palette
Azzurro Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #4bbae2;
}
.color-2 {
color: #51a2c8;
}
.color-3 {
color: #408dba;
}
.color-4 {
color: #2e6e99;
}
.color-5 {
color: #1e507b;
}
/* CSS Variables */
:root {
--color-1: #4bbae2;
--color-2: #51a2c8;
--color-3: #408dba;
--color-4: #2e6e99;
--color-5: #1e507b;
}
Azzurro Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbae2, #51a2c8, #408dba, #2e6e99, #1e507b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbae2, #51a2c8, #408dba, #2e6e99, #1e507b);
}
似たようなカラーパレット
Azzurro Blue color palette created on .