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: #a3c7e0;
}
.color-2 {
color: #6fa3c8;
}
.color-3 {
color: #4a8dba;
}
.color-4 {
color: #2a6b8d;
}
.color-5 {
color: #1f4e6f;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #6fa3c8;
--color-3: #4a8dba;
--color-4: #2a6b8d;
--color-5: #1f4e6f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #6fa3c8, #4a8dba, #2a6b8d, #1f4e6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #6fa3c8, #4a8dba, #2a6b8d, #1f4e6f);
}

Shades of Blue color palette created on .