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