Shades of Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Blue palette
Shades of Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #5c7db2;
}
.color-2 {
color: #89b8e6;
}
.color-3 {
color: #499cd0;
}
.color-4 {
color: #2d5c9f;
}
.color-5 {
color: #1f3b6f;
}
/* CSS Variables */
:root {
--color-1: #5c7db2;
--color-2: #89b8e6;
--color-3: #499cd0;
--color-4: #2d5c9f;
--color-5: #1f3b6f;
}
Shades of Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c7db2, #89b8e6, #499cd0, #2d5c9f, #1f3b6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c7db2, #89b8e6, #499cd0, #2d5c9f, #1f3b6f);
}
似たようなカラーパレット
Shades of Blue color palette created on .