Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f1f5f8;
}
.color-2 {
color: #a4c8df;
}
.color-3 {
color: #6eb7d8;
}
.color-4 {
color: #3ca0d3;
}
.color-5 {
color: #1d5c8c;
}

/* CSS Variables */
:root {
--color-1: #f1f5f8;
--color-2: #a4c8df;
--color-3: #6eb7d8;
--color-4: #3ca0d3;
--color-5: #1d5c8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f5f8, #a4c8df, #6eb7d8, #3ca0d3, #1d5c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f5f8, #a4c8df, #6eb7d8, #3ca0d3, #1d5c8c);
}

Shades of Blue color palette created on .