Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

このパレットを共有する先:

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1a9ec7;
}
.color-2 {
color: #4ea6e9;
}
.color-3 {
color: #6fb6ec;
}
.color-4 {
color: #8ecbf1;
}
.color-5 {
color: #a4d7f4;
}

/* CSS Variables */
:root {
--color-1: #1a9ec7;
--color-2: #4ea6e9;
--color-3: #6fb6ec;
--color-4: #8ecbf1;
--color-5: #a4d7f4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a9ec7, #4ea6e9, #6fb6ec, #8ecbf1, #a4d7f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a9ec7, #4ea6e9, #6fb6ec, #8ecbf1, #a4d7f4);
}

Shades of Blue color palette created on .