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