Teal Meadow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Meadow palette

Share this palette to:

Teal Meadow color palette CSS

/* CSS */
.color-1 {
color: #19b385;
}
.color-2 {
color: #a2d59f;
}
.color-3 {
color: #f4e1b3;
}
.color-4 {
color: #f8a5b1;
}
.color-5 {
color: #d86f92;
}

/* CSS Variables */
:root {
--color-1: #19b385;
--color-2: #a2d59f;
--color-3: #f4e1b3;
--color-4: #f8a5b1;
--color-5: #d86f92;
}

Teal Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19b385, #a2d59f, #f4e1b3, #f8a5b1, #d86f92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19b385, #a2d59f, #f4e1b3, #f8a5b1, #d86f92);
}

Teal Meadow color palette created on .