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