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