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: #1dacd7;
}
.color-2 {
color: #a2e6e2;
}
.color-3 {
color: #e1b4e4;
}
.color-4 {
color: #d4a2e6;
}
.color-5 {
color: #a26dba;
}
/* CSS Variables */
:root {
--color-1: #1dacd7;
--color-2: #a2e6e2;
--color-3: #e1b4e4;
--color-4: #d4a2e6;
--color-5: #a26dba;
}
Shades of Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1dacd7, #a2e6e2, #e1b4e4, #d4a2e6, #a26dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1dacd7, #a2e6e2, #e1b4e4, #d4a2e6, #a26dba);
}
似たようなカラーパレット
Shades of Blue color palette created on .