Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #b3dfd7;
}
.color-2 {
color: #a1d6e3;
}
.color-3 {
color: #7fb3d2;
}
.color-4 {
color: #4b8abe;
}
.color-5 {
color: #2b699c;
}

/* CSS Variables */
:root {
--color-1: #b3dfd7;
--color-2: #a1d6e3;
--color-3: #7fb3d2;
--color-4: #4b8abe;
--color-5: #2b699c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3dfd7, #a1d6e3, #7fb3d2, #4b8abe, #2b699c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3dfd7, #a1d6e3, #7fb3d2, #4b8abe, #2b699c);
}

Shades of Blue color palette created on .