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