Teal Mosquito Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Mosquito palette

Share this palette to:

Teal Mosquito color palette CSS

/* CSS */
.color-1 {
color: #4e7e7e;
}
.color-2 {
color: #79b4a2;
}
.color-3 {
color: #b4e4ca;
}
.color-4 {
color: #f9c9a9;
}
.color-5 {
color: #f58a3d;
}

/* CSS Variables */
:root {
--color-1: #4e7e7e;
--color-2: #79b4a2;
--color-3: #b4e4ca;
--color-4: #f9c9a9;
--color-5: #f58a3d;
}

Teal Mosquito background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e7e7e, #79b4a2, #b4e4ca, #f9c9a9, #f58a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e7e7e, #79b4a2, #b4e4ca, #f9c9a9, #f58a3d);
}

Teal Mosquito color palette created on .