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