Dreams of Hallownest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreams of Hallownest palette

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

Dreams of Hallownest カラーパレット CSS

/* CSS */
.color-1 {
color: #1c1e3f;
}
.color-2 {
color: #3a3f69;
}
.color-3 {
color: #5b5f8b;
}
.color-4 {
color: #a3a7c7;
}
.color-5 {
color: #dadae2;
}

/* CSS Variables */
:root {
--color-1: #1c1e3f;
--color-2: #3a3f69;
--color-3: #5b5f8b;
--color-4: #a3a7c7;
--color-5: #dadae2;
}

Dreams of Hallownest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1e3f, #3a3f69, #5b5f8b, #a3a7c7, #dadae2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1e3f, #3a3f69, #5b5f8b, #a3a7c7, #dadae2);
}

Dreams of Hallownest color palette created on .