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