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