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