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