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: #4dabd1;
}
.color-2 {
color: #70d2e1;
}
.color-3 {
color: #a4e5e0;
}
.color-4 {
color: #f1e7b1;
}
.color-5 {
color: #f9b9b9;
}

/* CSS Variables */
:root {
--color-1: #4dabd1;
--color-2: #70d2e1;
--color-3: #a4e5e0;
--color-4: #f1e7b1;
--color-5: #f9b9b9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4dabd1, #70d2e1, #a4e5e0, #f1e7b1, #f9b9b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4dabd1, #70d2e1, #a4e5e0, #f1e7b1, #f9b9b9);
}

Shades of Blue color palette created on .