Color names in this palette
CSS code for this palette
/* CSS */
.canoe-blue {
color: #1b5074;
}
.precious-stone {
color: #2e8b99;
}
.pharaoh-s-seas {
color: #5abfbd;
}
.fair-aqua {
color: #b6e2d8;
}
.everlasting-ice {
color: #f5fafa;
}
/* CSS Variables */
:root {
--canoe-blue:#1b5074;
--precious-stone:#2e8b99;
--pharaoh-s-seas:#5abfbd;
--fair-aqua:#b6e2d8;
--everlasting-ice:#f5fafa;
}