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: #1e7a8a;
}
.color-2 {
color: #50b9b9;
}
.color-3 {
color: #8ce3e3;
}
.color-4 {
color: #f3a5a0;
}
.color-5 {
color: #f5d26b;
}

/* CSS Variables */
:root {
--color-1: #1e7a8a;
--color-2: #50b9b9;
--color-3: #8ce3e3;
--color-4: #f3a5a0;
--color-5: #f5d26b;
}

Mermaid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7a8a, #50b9b9, #8ce3e3, #f3a5a0, #f5d26b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7a8a, #50b9b9, #8ce3e3, #f3a5a0, #f5d26b);
}

Mermaid color palette created on .