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