Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.crystalsong-blue {
color: #4fb5b5;
}
.fling-green {
color: #8dd3d3;
}
.sweet-angel {
color: #f4c9b8;
}
.warming-heart {
color: #d6483d;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--crystalsong-blue:#4fb5b5;
--fling-green:#8dd3d3;
--sweet-angel:#f4c9b8;
--warming-heart:#d6483d;
}