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