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