Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

このパレットを共有する先:

Shades of Blue カラー パレット PNG 画像

Download shades of blue color palette PNG image (landscape)
Download shades of blue color palette PNG image (square)

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 .