Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1a8e9e;
}
.treasured-teal {
color: #50c3b8;
}
.island-paradise {
color: #8ee6e0;
}
.mango-margarita {
color: #f5b74d;
}
.consumed-by-fire {
color: #f47f1f;
}
/* CSS Variables */
:root {
--safe-harbour:#1a8e9e;
--treasured-teal:#50c3b8;
--island-paradise:#8ee6e0;
--mango-margarita:#f5b74d;
--consumed-by-fire:#f47f1f;
}