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