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