Color names in this palette
CSS code for this palette
/* CSS */
.deep-blue-sea {
color: #1e5d76;
}
.island-moment {
color: #3bb0a8;
}
.turquoise-chalk {
color: #6ee2d3;
}
.optimistic-yellow {
color: #f4e1a4;
}
.candlelight-peach {
color: #f8a2a0;
}
/* CSS Variables */
:root {
--deep-blue-sea:#1e5d76;
--island-moment:#3bb0a8;
--turquoise-chalk:#6ee2d3;
--optimistic-yellow:#f4e1a4;
--candlelight-peach:#f8a2a0;
}