Mermaid Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mermaid palette

Share this palette to:

Mermaid color palette PNG image

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

Mermaid color palette CSS

/* CSS */
.color-1 {
color: #36b5ac;
}
.color-2 {
color: #77e4e0;
}
.color-3 {
color: #aff3ef;
}
.color-4 {
color: #f9bed0;
}
.color-5 {
color: #ff758a;
}

/* CSS Variables */
:root {
--color-1: #36b5ac;
--color-2: #77e4e0;
--color-3: #aff3ef;
--color-4: #f9bed0;
--color-5: #ff758a;
}

Mermaid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #36b5ac, #77e4e0, #aff3ef, #f9bed0, #ff758a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #36b5ac, #77e4e0, #aff3ef, #f9bed0, #ff758a);
}

Mermaid color palette created on .