Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #3a7d9c;
}
.color-3 {
color: #89c4e1;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #3a7d9c;
--color-3: #89c4e1;
--color-4: #f6b83c;
--color-5: #f39c12;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #3a7d9c, #89c4e1, #f6b83c, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #3a7d9c, #89c4e1, #f6b83c, #f39c12);
}

Shades of Blue color palette created on .