Color names in this palette
CSS code for this palette
/* CSS */
.mondrian-blue {
color: #0e4c8b;
}
.blue-dart-frog {
color: #3a7d9c;
}
.riverside-blue {
color: #6db6c5;
}
.midwinter-mist {
color: #a4d7db;
}
.venus-pink {
color: #f0e6e5;
}
/* CSS Variables */
:root {
--mondrian-blue:#0e4c8b;
--blue-dart-frog:#3a7d9c;
--riverside-blue:#6db6c5;
--midwinter-mist:#a4d7db;
--venus-pink:#f0e6e5;
}