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