Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #9ed9e0;
}
.color-2 {
color: #7fd2e1;
}
.color-3 {
color: #4ab7d9;
}
.color-4 {
color: #1e9ab3;
}
.color-5 {
color: #007c9e;
}

/* CSS Variables */
:root {
--color-1: #9ed9e0;
--color-2: #7fd2e1;
--color-3: #4ab7d9;
--color-4: #1e9ab3;
--color-5: #007c9e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed9e0, #7fd2e1, #4ab7d9, #1e9ab3, #007c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed9e0, #7fd2e1, #4ab7d9, #1e9ab3, #007c9e);
}

Shades of Blue color palette created on .