Moonlit Howl カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Moonlit Howl palette

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

Moonlit Howl カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3d5c;
}
.color-2 {
color: #796e8c;
}
.color-3 {
color: #bfa1b7;
}
.color-4 {
color: #d6b85c;
}
.color-5 {
color: #e89a3b;
}

/* CSS Variables */
:root {
--color-1: #4b3d5c;
--color-2: #796e8c;
--color-3: #bfa1b7;
--color-4: #d6b85c;
--color-5: #e89a3b;
}

Moonlit Howl の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d5c, #796e8c, #bfa1b7, #d6b85c, #e89a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d5c, #796e8c, #bfa1b7, #d6b85c, #e89a3b);
}

Moonlit Howl color palette created on .