Dark Halloween カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Halloween palette

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

Dark Halloween カラーパレット CSS

/* CSS */
.color-1 {
color: #1b1f37;
}
.color-2 {
color: #be3c5c;
}
.color-3 {
color: #faa200;
}
.color-4 {
color: #75c79e;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1b1f37;
--color-2: #be3c5c;
--color-3: #faa200;
--color-4: #75c79e;
--color-5: #ff6e61;
}

Dark Halloween の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f37, #be3c5c, #faa200, #75c79e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f37, #be3c5c, #faa200, #75c79e, #ff6e61);
}

Dark Halloween color palette created on .