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