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