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