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