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