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: #5b4b8b;
}
.color-2 {
color: #8c6aa0;
}
.color-3 {
color: #d3a6b6;
}
.color-4 {
color: #efc4a4;
}
.color-5 {
color: #f9e0ae;
}

/* CSS Variables */
:root {
--color-1: #5b4b8b;
--color-2: #8c6aa0;
--color-3: #d3a6b6;
--color-4: #efc4a4;
--color-5: #f9e0ae;
}

Whispers of the Forgotten の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4b8b, #8c6aa0, #d3a6b6, #efc4a4, #f9e0ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4b8b, #8c6aa0, #d3a6b6, #efc4a4, #f9e0ae);
}

Whispers of the Forgotten color palette created on .