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