Therian Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Therian palette
Color Inspiration
Images that showcase this color palette in real designs
Download Therian Color Palette (PNG)
Therian color palette CSS
/* CSS */
.color-1 {
color: #344b46;
}
.color-2 {
color: #506b6d;
}
.color-3 {
color: #627f70;
}
.color-4 {
color: #6e6a59;
}
.color-5 {
color: #695c54;
}
/* CSS Variables */
:root {
--color-1: #344b46;
--color-2: #506b6d;
--color-3: #627f70;
--color-4: #6e6a59;
--color-5: #695c54;
}
Therian background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #344b46, #506b6d, #627f70, #6e6a59, #695c54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #344b46, #506b6d, #627f70, #6e6a59, #695c54);
}
Similar color palettes
Therian color palette created on .