Teal Valley Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Valley palette

Share this palette to:

Teal Valley color palette CSS

/* CSS */
.color-1 {
color: #79c8b8;
}
.color-2 {
color: #f9a748;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #e94e77;
}
.color-5 {
color: #4d3e60;
}

/* CSS Variables */
:root {
--color-1: #79c8b8;
--color-2: #f9a748;
--color-3: #ff6e61;
--color-4: #e94e77;
--color-5: #4d3e60;
}

Teal Valley background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #79c8b8, #f9a748, #ff6e61, #e94e77, #4d3e60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #79c8b8, #f9a748, #ff6e61, #e94e77, #4d3e60);
}

Teal Valley color palette created on .