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: #a1dff7;
}
.color-2 {
color: #4eb5e4;
}
.color-3 {
color: #2a8cc0;
}
.color-4 {
color: #1e4b8a;
}
.color-5 {
color: #0b3e5b;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #4eb5e4;
--color-3: #2a8cc0;
--color-4: #1e4b8a;
--color-5: #0b3e5b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #4eb5e4, #2a8cc0, #1e4b8a, #0b3e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #4eb5e4, #2a8cc0, #1e4b8a, #0b3e5b);
}

Shades of Blue color palette created on .