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