Whispers of Papyrus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Papyrus palette

Share this palette to:

Whispers of Papyrus color palette 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 background gradient 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 .