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