Royal Terracotta Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Terracotta palette

Share this palette to:

Royal Terracotta color palette CSS

/* CSS */
.color-1 {
color: #7a3f9d;
}
.color-2 {
color: #d07d4e;
}
.color-3 {
color: #c19f49;
}
.color-4 {
color: #9fc6a3;
}
.color-5 {
color: #4b8b59;
}

/* CSS Variables */
:root {
--color-1: #7a3f9d;
--color-2: #d07d4e;
--color-3: #c19f49;
--color-4: #9fc6a3;
--color-5: #4b8b59;
}

Royal Terracotta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a3f9d, #d07d4e, #c19f49, #9fc6a3, #4b8b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a3f9d, #d07d4e, #c19f49, #9fc6a3, #4b8b59);
}

Royal Terracotta color palette created on .