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