Western Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Western Whispers palette

Share this palette to:

Western Whispers color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e7a14b;
}
.color-3 {
color: #d86f71;
}
.color-4 {
color: #b77dba;
}
.color-5 {
color: #789dab;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e7a14b;
--color-3: #d86f71;
--color-4: #b77dba;
--color-5: #789dab;
}

Western Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e7a14b, #d86f71, #b77dba, #789dab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e7a14b, #d86f71, #b77dba, #789dab);
}

Western Whispers color palette created on .