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