Teal Medicine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Medicine palette

Share this palette to:

Teal Medicine color palette CSS

/* CSS */
.color-1 {
color: #1f898e;
}
.color-2 {
color: #40c9b5;
}
.color-3 {
color: #6cf4c0;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #1f898e;
--color-2: #40c9b5;
--color-3: #6cf4c0;
--color-4: #f4e1a4;
--color-5: #f1a8a2;
}

Teal Medicine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f898e, #40c9b5, #6cf4c0, #f4e1a4, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f898e, #40c9b5, #6cf4c0, #f4e1a4, #f1a8a2);
}

Teal Medicine color palette created on .