Color names in this palette
CSS code for this palette
/* CSS */
.takaka {
color: #3d4e7b;
}
.mallorca-blue {
color: #4e7b97;
}
.frisky-blue {
color: #7ab0c7;
}
.fresh-water {
color: #c3e2f4;
}
.serene-pink {
color: #f4c6b8;
}
/* CSS Variables */
:root {
--takaka:#3d4e7b;
--mallorca-blue:#4e7b97;
--frisky-blue:#7ab0c7;
--fresh-water:#c3e2f4;
--serene-pink:#f4c6b8;
}