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