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