Terracotta Arroyo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Terracotta Arroyo palette

Share this palette to:

Terracotta Arroyo color palette CSS

/* CSS */
.color-1 {
color: #d78c3c;
}
.color-2 {
color: #a55a2c;
}
.color-3 {
color: #6a4e39;
}
.color-4 {
color: #a0b6a3;
}
.color-5 {
color: #e9caa5;
}

/* CSS Variables */
:root {
--color-1: #d78c3c;
--color-2: #a55a2c;
--color-3: #6a4e39;
--color-4: #a0b6a3;
--color-5: #e9caa5;
}

Terracotta Arroyo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d78c3c, #a55a2c, #6a4e39, #a0b6a3, #e9caa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d78c3c, #a55a2c, #6a4e39, #a0b6a3, #e9caa5);
}

Terracotta Arroyo color palette created on .