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: #94ffff;
}
.color-2 {
color: #8ad7e0;
}
.color-3 {
color: #65b8c3;
}
.color-4 {
color: #4f9fb5;
}
.color-5 {
color: #3c90b4;
}

/* CSS Variables */
:root {
--color-1: #94ffff;
--color-2: #8ad7e0;
--color-3: #65b8c3;
--color-4: #4f9fb5;
--color-5: #3c90b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #94ffff, #8ad7e0, #65b8c3, #4f9fb5, #3c90b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #94ffff, #8ad7e0, #65b8c3, #4f9fb5, #3c90b4);
}

Shades of Blue color palette created on .