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