Whispered Pages カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispered Pages palette

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

Whispered Pages カラーパレット CSS

/* CSS */
.color-1 {
color: #e7d2b6;
}
.color-2 {
color: #c9b09c;
}
.color-3 {
color: #a78f8b;
}
.color-4 {
color: #6d496e;
}
.color-5 {
color: #3b2a41;
}

/* CSS Variables */
:root {
--color-1: #e7d2b6;
--color-2: #c9b09c;
--color-3: #a78f8b;
--color-4: #6d496e;
--color-5: #3b2a41;
}

Whispered Pages の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d2b6, #c9b09c, #a78f8b, #6d496e, #3b2a41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d2b6, #c9b09c, #a78f8b, #6d496e, #3b2a41);
}

Whispered Pages color palette created on .