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