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