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