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