Terracotta Tiles Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Terracotta Tiles palette
Terracotta Tiles color palette CSS
/* CSS */
.color-1 {
color: #d7b889;
}
.color-2 {
color: #b55d3b;
}
.color-3 {
color: #5b806e;
}
.color-4 {
color: #4c9a9e;
}
.color-5 {
color: #a990bb;
}
/* CSS Variables */
:root {
--color-1: #d7b889;
--color-2: #b55d3b;
--color-3: #5b806e;
--color-4: #4c9a9e;
--color-5: #a990bb;
}
Terracotta Tiles background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b889, #b55d3b, #5b806e, #4c9a9e, #a990bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b889, #b55d3b, #5b806e, #4c9a9e, #a990bb);
}
Similar color palettes
- Lavender and Burgundy
- Cadaver's Elegance
- Blood for the Blood God
- Withered Roses
- Hermes Inspired
- Arthur Morgan
- Astro Novalite♡
- Rustic Twilight Hues
- Rustic Forest Ember
- Whispering Grays
- Brown Lynx
- Crimson Essence
- Whispers of Autumn Velvet
- Revolutionary Elegance
- Verdant Harmony
- Violet Demon
- Saddle Serenity
- Shades of Brown
Terracotta Tiles color palette created on .