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