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