Terracotta Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Terracotta Oasis palette
Color Inspiration
Images that showcase this color palette in real designs
Download Terracotta Oasis Color Palette (PNG)
Terracotta Oasis color palette CSS
/* CSS */
.color-1 {
color: #d96e4a;
}
.color-2 {
color: #a86d4d;
}
.color-3 {
color: #8b9a6a;
}
.color-4 {
color: #586d4f;
}
.color-5 {
color: #413b30;
}
/* CSS Variables */
:root {
--color-1: #d96e4a;
--color-2: #a86d4d;
--color-3: #8b9a6a;
--color-4: #586d4f;
--color-5: #413b30;
}
Terracotta Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d96e4a, #a86d4d, #8b9a6a, #586d4f, #413b30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d96e4a, #a86d4d, #8b9a6a, #586d4f, #413b30);
}
Similar color palettes
Terracotta Oasis color palette created on .