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