Color names in this palette
CSS code for this palette
/* CSS */
.coastal-breeze {
color: #e0f7fa;
}
.fine-blue {
color: #b4e4e0;
}
.fling-green {
color: #8cd4cf;
}
.cyantific {
color: #74c8c8;
}
.crystalsong-blue {
color: #4ab0b0;
}
/* CSS Variables */
:root {
--coastal-breeze:#e0f7fa;
--fine-blue:#b4e4e0;
--fling-green:#8cd4cf;
--cyantific:#74c8c8;
--crystalsong-blue:#4ab0b0;
}