Purple Scythe カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Purple Scythe palette
Purple Scythe カラーパレット CSS
/* CSS */
.color-1 {
color: #4b3d51;
}
.color-2 {
color: #8d5e8a;
}
.color-3 {
color: #c69ac6;
}
.color-4 {
color: #f2a6c7;
}
.color-5 {
color: #f2c5d3;
}
/* CSS Variables */
:root {
--color-1: #4b3d51;
--color-2: #8d5e8a;
--color-3: #c69ac6;
--color-4: #f2a6c7;
--color-5: #f2c5d3;
}
Purple Scythe の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d51, #8d5e8a, #c69ac6, #f2a6c7, #f2c5d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d51, #8d5e8a, #c69ac6, #f2a6c7, #f2c5d3);
}
似たようなカラーパレット
下にスクロールして600+個のエステティックカラーパレットを探索しましょう
Purple Scythe color palette created on .