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