Color names in this palette
CSS code for this palette
/* CSS */
.mondrian-blue {
color: #0c4a8d;
}
.valley-of-glaciers {
color: #2b7a9c;
}
.aqua-verde {
color: #57b0c7;
}
.island-paradise {
color: #8be5e0;
}
.duck-egg-blue {
color: #c2f3f5;
}
/* CSS Variables */
:root {
--mondrian-blue:#0c4a8d;
--valley-of-glaciers:#2b7a9c;
--aqua-verde:#57b0c7;
--island-paradise:#8be5e0;
--duck-egg-blue:#c2f3f5;
}