Bright Azure カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Bright Azure palette
Bright Azure カラーパレット CSS
/* CSS */
.color-1 {
color: #1a9ccb;
}
.color-2 {
color: #50c8e2;
}
.color-3 {
color: #a5e1e9;
}
.color-4 {
color: #e1f7f9;
}
.color-5 {
color: #b1eaf2;
}
/* CSS Variables */
:root {
--color-1: #1a9ccb;
--color-2: #50c8e2;
--color-3: #a5e1e9;
--color-4: #e1f7f9;
--color-5: #b1eaf2;
}
Bright Azure の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a9ccb, #50c8e2, #a5e1e9, #e1f7f9, #b1eaf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a9ccb, #50c8e2, #a5e1e9, #e1f7f9, #b1eaf2);
}
似たようなカラーパレット
Bright Azure color palette created on .