Loading...

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: #8cc1d4;
}
.color-2 {
color: #a3d4e0;
}
.color-3 {
color: #f6c3b1;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #e06e5c;
}

/* CSS Variables */
:root {
--color-1: #8cc1d4;
--color-2: #a3d4e0;
--color-3: #f6c3b1;
--color-4: #f1a8a2;
--color-5: #e06e5c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8cc1d4, #a3d4e0, #f6c3b1, #f1a8a2, #e06e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8cc1d4, #a3d4e0, #f6c3b1, #f1a8a2, #e06e5c);
}

Shades of Blue color palette created on .