Whispers of Papyrus カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Papyrus palette

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

Whispers of Papyrus カラーパレット CSS

/* CSS */
.color-1 {
color: #f9f5e6;
}
.color-2 {
color: #f2e3b5;
}
.color-3 {
color: #e0c49e;
}
.color-4 {
color: #d8b769;
}
.color-5 {
color: #c49b4f;
}

/* CSS Variables */
:root {
--color-1: #f9f5e6;
--color-2: #f2e3b5;
--color-3: #e0c49e;
--color-4: #d8b769;
--color-5: #c49b4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f5e6, #f2e3b5, #e0c49e, #d8b769, #c49b4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f5e6, #f2e3b5, #e0c49e, #d8b769, #c49b4f);
}

Whispers of Papyrus color palette created on .