Whispers of the Abyss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of the Abyss palette

このパレットを共有する先:

Whispers of the Abyss カラーパレット CSS

/* CSS */
.color-1 {
color: #4f9c7d;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #e06e5c;
}
.color-4 {
color: #f1e1a7;
}
.color-5 {
color: #bfd0e8;
}

/* CSS Variables */
:root {
--color-1: #4f9c7d;
--color-2: #f6b83c;
--color-3: #e06e5c;
--color-4: #f1e1a7;
--color-5: #bfd0e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c7d, #f6b83c, #e06e5c, #f1e1a7, #bfd0e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c7d, #f6b83c, #e06e5c, #f1e1a7, #bfd0e8);
}

Whispers of the Abyss color palette created on .