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