Whispering Pages Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Pages palette

Share this palette to:

Whispering Pages color palette CSS

/* CSS */
.color-1 {
color: #f6f3ea;
}
.color-2 {
color: #e4d6c8;
}
.color-3 {
color: #d4c3af;
}
.color-4 {
color: #b4a18e;
}
.color-5 {
color: #7f5f3d;
}

/* CSS Variables */
:root {
--color-1: #f6f3ea;
--color-2: #e4d6c8;
--color-3: #d4c3af;
--color-4: #b4a18e;
--color-5: #7f5f3d;
}

Whispering Pages background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f3ea, #e4d6c8, #d4c3af, #b4a18e, #7f5f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f3ea, #e4d6c8, #d4c3af, #b4a18e, #7f5f3d);
}

Whispering Pages color palette created on .