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