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: #1a1a1a;
}
.color-2 {
color: #003a5c;
}
.color-3 {
color: #00b4e6;
}
.color-4 {
color: #005c66;
}
.color-5 {
color: #19b3e6;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #003a5c;
--color-3: #00b4e6;
--color-4: #005c66;
--color-5: #19b3e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #003a5c, #00b4e6, #005c66, #19b3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #003a5c, #00b4e6, #005c66, #19b3e6);
}

Shades of Blue color palette created on .