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