Teal Spiritual Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Spiritual palette

Share this palette to:

Teal Spiritual color palette CSS

/* CSS */
.color-1 {
color: #b2e0d3;
}
.color-2 {
color: #83c3ba;
}
.color-3 {
color: #5abf9a;
}
.color-4 {
color: #3f8d7b;
}
.color-5 {
color: #305a55;
}

/* CSS Variables */
:root {
--color-1: #b2e0d3;
--color-2: #83c3ba;
--color-3: #5abf9a;
--color-4: #3f8d7b;
--color-5: #305a55;
}

Teal Spiritual background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2e0d3, #83c3ba, #5abf9a, #3f8d7b, #305a55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2e0d3, #83c3ba, #5abf9a, #3f8d7b, #305a55);
}

Teal Spiritual color palette created on .