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