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