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