Midnight Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Whispers palette

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

Midnight Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #4c2f2f;
}
.color-2 {
color: #783a3b;
}
.color-3 {
color: #aa4b4e;
}
.color-4 {
color: #d17b7b;
}
.color-5 {
color: #f5b7b7;
}

/* CSS Variables */
:root {
--color-1: #4c2f2f;
--color-2: #783a3b;
--color-3: #aa4b4e;
--color-4: #d17b7b;
--color-5: #f5b7b7;
}

Midnight Whispers の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c2f2f, #783a3b, #aa4b4e, #d17b7b, #f5b7b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c2f2f, #783a3b, #aa4b4e, #d17b7b, #f5b7b7);
}

Midnight Whispers color palette created on .