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