Mo Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Mo Blue palette

Condividi questa palette a:

tavolozza dei colori Mo Blue CSS

/* CSS */
.color-1 {
color: #f3a0b6;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #6ed4c3;
}
.color-4 {
color: #1e7176;
}
.color-5 {
color: #3d5a99;
}

/* CSS Variables */
:root {
--color-1: #f3a0b6;
--color-2: #f5c400;
--color-3: #6ed4c3;
--color-4: #1e7176;
--color-5: #3d5a99;
}

CSS con gradiente di sfondo Mo Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a0b6, #f5c400, #6ed4c3, #1e7176, #3d5a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a0b6, #f5c400, #6ed4c3, #1e7176, #3d5a99);
}

Mo Blue color palette created on .