Terracotta Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Terracotta Whisper palette

Share this palette to:

Terracotta Whisper color palette CSS

/* CSS */
.color-1 {
color: #e4b5a0;
}
.color-2 {
color: #d49f8c;
}
.color-3 {
color: #b78976;
}
.color-4 {
color: #a67a68;
}
.color-5 {
color: #8e5d5d;
}

/* CSS Variables */
:root {
--color-1: #e4b5a0;
--color-2: #d49f8c;
--color-3: #b78976;
--color-4: #a67a68;
--color-5: #8e5d5d;
}

Terracotta Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b5a0, #d49f8c, #b78976, #a67a68, #8e5d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b5a0, #d49f8c, #b78976, #a67a68, #8e5d5d);
}

Terracotta Whisper color palette created on .