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