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