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