Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1b4c65;
}
.color-2 {
color: #3b7c8c;
}
.color-3 {
color: #5cafb2;
}
.color-4 {
color: #a1d9d2;
}
.color-5 {
color: #f4e3c3;
}

/* CSS Variables */
:root {
--color-1: #1b4c65;
--color-2: #3b7c8c;
--color-3: #5cafb2;
--color-4: #a1d9d2;
--color-5: #f4e3c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b4c65, #3b7c8c, #5cafb2, #a1d9d2, #f4e3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b4c65, #3b7c8c, #5cafb2, #a1d9d2, #f4e3c3);
}

Shades of Blue color palette created on .