Teal Enchantment Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Enchantment palette

Share this palette to:

Teal Enchantment color palette CSS

/* CSS */
.color-1 {
color: #499c7c;
}
.color-2 {
color: #70c2a1;
}
.color-3 {
color: #9fd6b6;
}
.color-4 {
color: #f2e6b1;
}
.color-5 {
color: #f3c9a0;
}

/* CSS Variables */
:root {
--color-1: #499c7c;
--color-2: #70c2a1;
--color-3: #9fd6b6;
--color-4: #f2e6b1;
--color-5: #f3c9a0;
}

Teal Enchantment background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #499c7c, #70c2a1, #9fd6b6, #f2e6b1, #f3c9a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #499c7c, #70c2a1, #9fd6b6, #f2e6b1, #f3c9a0);
}

Teal Enchantment color palette created on .