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