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