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