Wren's Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wren's Whisper palette

Share this palette to:

Wren's Whisper color palette CSS

/* CSS */
.color-1 {
color: #6c504b;
}
.color-2 {
color: #8b6b5b;
}
.color-3 {
color: #a59b4a;
}
.color-4 {
color: #c9c74a;
}
.color-5 {
color: #e4d33a;
}

/* CSS Variables */
:root {
--color-1: #6c504b;
--color-2: #8b6b5b;
--color-3: #a59b4a;
--color-4: #c9c74a;
--color-5: #e4d33a;
}

Wren's Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c504b, #8b6b5b, #a59b4a, #c9c74a, #e4d33a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c504b, #8b6b5b, #a59b4a, #c9c74a, #e4d33a);
}

Wren's Whisper color palette created on .