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