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