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