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