Paleta de colores Mermaid
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Mermaid palette
Imagen PNG de la paleta de colores Mermaid
CSS de la paleta de colores Mermaid
/* CSS */
.color-1 {
color: #bcdae7;
}
.color-2 {
color: #9bc3d4;
}
.color-3 {
color: #759fc2;
}
.color-4 {
color: #e1d9e8;
}
.color-5 {
color: #cdb5cf;
}
/* CSS Variables */
:root {
--color-1: #bcdae7;
--color-2: #9bc3d4;
--color-3: #759fc2;
--color-4: #e1d9e8;
--color-5: #cdb5cf;
}
CSS del degradado de fondo Mermaid
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bcdae7, #9bc3d4, #759fc2, #e1d9e8, #cdb5cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bcdae7, #9bc3d4, #759fc2, #e1d9e8, #cdb5cf);
}
Paletas de colores similares
Mermaid color palette created on .