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