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