Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #e9f1f7;
}
.color-2 {
color: #b1d8e7;
}
.color-3 {
color: #a3c5d1;
}
.color-4 {
color: #5b9a99;
}
.color-5 {
color: #3e6a6a;
}

/* CSS Variables */
:root {
--color-1: #e9f1f7;
--color-2: #b1d8e7;
--color-3: #a3c5d1;
--color-4: #5b9a99;
--color-5: #3e6a6a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9f1f7, #b1d8e7, #a3c5d1, #5b9a99, #3e6a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9f1f7, #b1d8e7, #a3c5d1, #5b9a99, #3e6a6a);
}

Shades of Blue color palette created on .