Color names in this palette
CSS code for this palette
/* CSS */
.island-breeze {
color: #8bdad0;
}
.crystalsong-blue {
color: #4cb8b4;
}
.regula-barbara-blue {
color: #009999;
}
.belly-flop {
color: #00807d;
}
.emerald-stone {
color: #00615f;
}
/* CSS Variables */
:root {
--island-breeze:#8bdad0;
--crystalsong-blue:#4cb8b4;
--regula-barbara-blue:#009999;
--belly-flop:#00807d;
--emerald-stone:#00615f;
}