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