Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #384656;
}
.color-2 {
color: #4b6d77;
}
.color-3 {
color: #5da1a2;
}
.color-4 {
color: #82d4ca;
}
.color-5 {
color: #b1e7df;
}

/* CSS Variables */
:root {
--color-1: #384656;
--color-2: #4b6d77;
--color-3: #5da1a2;
--color-4: #82d4ca;
--color-5: #b1e7df;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #384656, #4b6d77, #5da1a2, #82d4ca, #b1e7df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #384656, #4b6d77, #5da1a2, #82d4ca, #b1e7df);
}

Shades of Blue color palette created on .