Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1a8a9e;
}
.moonstone {
color: #3cb1c3;
}
.aquamarine-blue {
color: #74d3e2;
}
.pineapple-delight {
color: #f0e8a8;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--safe-harbour:#1a8a9e;
--moonstone:#3cb1c3;
--aquamarine-blue:#74d3e2;
--pineapple-delight:#f0e8a8;
--n-rang-orange:#ff8052;
}