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: #b2e0e6;
}
.color-2 {
color: #a5c6d5;
}
.color-3 {
color: #8c9cb5;
}
.color-4 {
color: #f2a1b2;
}
.color-5 {
color: #f7c5a1;
}

/* CSS Variables */
:root {
--color-1: #b2e0e6;
--color-2: #a5c6d5;
--color-3: #8c9cb5;
--color-4: #f2a1b2;
--color-5: #f7c5a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2e0e6, #a5c6d5, #8c9cb5, #f2a1b2, #f7c5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2e0e6, #a5c6d5, #8c9cb5, #f2a1b2, #f7c5a1);
}

Shades of Blue color palette created on .