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