Terracotta Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Terracotta Sunrise palette
Terracotta Sunrise color palette CSS
/* CSS */
.color-1 {
color: #c82d42;
}
.color-2 {
color: #da5f4e;
}
.color-3 {
color: #eac0a4;
}
.color-4 {
color: #f4e2b3;
}
.color-5 {
color: #f9cca4;
}
/* CSS Variables */
:root {
--color-1: #c82d42;
--color-2: #da5f4e;
--color-3: #eac0a4;
--color-4: #f4e2b3;
--color-5: #f9cca4;
}
Terracotta Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c82d42, #da5f4e, #eac0a4, #f4e2b3, #f9cca4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c82d42, #da5f4e, #eac0a4, #f4e2b3, #f9cca4);
}
Similar color palettes
Terracotta Sunrise color palette created on .