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