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: #1f898e;
}
.color-2 {
color: #3cb4b4;
}
.color-3 {
color: #5fd3d3;
}
.color-4 {
color: #a1e8df;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1f898e;
--color-2: #3cb4b4;
--color-3: #5fd3d3;
--color-4: #a1e8df;
--color-5: #ff6e61;
}

Mermaid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f898e, #3cb4b4, #5fd3d3, #a1e8df, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f898e, #3cb4b4, #5fd3d3, #a1e8df, #ff6e61);
}

Mermaid color palette created on .