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