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