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