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