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: #4dabd1;
}
.color-2 {
color: #3f9bc6;
}
.color-3 {
color: #2a8ab7;
}
.color-4 {
color: #1a7cad;
}
.color-5 {
color: #0d6a9c;
}

/* CSS Variables */
:root {
--color-1: #4dabd1;
--color-2: #3f9bc6;
--color-3: #2a8ab7;
--color-4: #1a7cad;
--color-5: #0d6a9c;
}

Shades of Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4dabd1, #3f9bc6, #2a8ab7, #1a7cad, #0d6a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4dabd1, #3f9bc6, #2a8ab7, #1a7cad, #0d6a9c);
}

Shades of Blue color palette created on .