Color names in this palette
CSS code for this palette
/* CSS */
.carol {
color: #2e8bad;
}
.gondolier {
color: #5cb0c7;
}
.ice-crystal-blue {
color: #a4e5e2;
}
.sugar-shack {
color: #f0d3b7;
}
.tiger-lily {
color: #e05a42;
}
/* CSS Variables */
:root {
--carol:#2e8bad;
--gondolier:#5cb0c7;
--ice-crystal-blue:#a4e5e2;
--sugar-shack:#f0d3b7;
--tiger-lily:#e05a42;
}