Mermaid Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mermaid palette

Share this palette to:

Download Mermaid Color Palette (PNG)

Download mermaid color palette PNG image (landscape)
Download mermaid color palette PNG image (square)

Mermaid color palette CSS

/* CSS */
.color-1 {
color: #1ab79f;
}
.color-2 {
color: #3cb8c3;
}
.color-3 {
color: #6bd3e1;
}
.color-4 {
color: #a6e7f2;
}
.color-5 {
color: #f2a1b8;
}

/* CSS Variables */
:root {
--color-1: #1ab79f;
--color-2: #3cb8c3;
--color-3: #6bd3e1;
--color-4: #a6e7f2;
--color-5: #f2a1b8;
}

Mermaid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ab79f, #3cb8c3, #6bd3e1, #a6e7f2, #f2a1b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ab79f, #3cb8c3, #6bd3e1, #a6e7f2, #f2a1b8);
}

Mermaid color palette created on .