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