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: #3e8e88;
}
.color-2 {
color: #8dd3b3;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #fb7c79;
}
.color-5 {
color: #4e4b8b;
}

/* CSS Variables */
:root {
--color-1: #3e8e88;
--color-2: #8dd3b3;
--color-3: #f4e1a4;
--color-4: #fb7c79;
--color-5: #4e4b8b;
}

Teal Medicine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e8e88, #8dd3b3, #f4e1a4, #fb7c79, #4e4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e8e88, #8dd3b3, #f4e1a4, #fb7c79, #4e4b8b);
}

Teal Medicine color palette created on .