Spirit of the Therian Color Palette

Discover the beautiful Spirit of the Therian color palette featuring eden (#0f5746), genoa (#1c735a), eucalyptus (#299445), potters clay (#8c6b37) and olive (#7b6400).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Dark, Deep, Earthy, Forest, Gold, Green, Vintage, Warm color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Spirit of the Therian palette

Share this palette to:

💻 Spirit of the Therian color palette CSS

/* CSS */
.color-1 {
color: #0f5746;
}
.color-2 {
color: #1c735a;
}
.color-3 {
color: #299445;
}
.color-4 {
color: #8c6b37;
}
.color-5 {
color: #7b6400;
}

/* CSS Variables */
:root {
--color-1: #0f5746;
--color-2: #1c735a;
--color-3: #299445;
--color-4: #8c6b37;
--color-5: #7b6400;
}

🌈 Spirit of the Therian background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f5746, #1c735a, #299445, #8c6b37, #7b6400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f5746, #1c735a, #299445, #8c6b37, #7b6400);
}

Spirit of the Therian color palette created on .