Color names in this palette
CSS code for this palette
/* CSS */
.apple-slice {
color: #f1eec1;
}
.mint-cocktail-green {
color: #b3e6b3;
}
.limpet-shell {
color: #8fdcd9;
}
.bachelor-button {
color: #49b9d4;
}
.safe-harbour {
color: #1a8a99;
}
/* CSS Variables */
:root {
--apple-slice:#f1eec1;
--mint-cocktail-green:#b3e6b3;
--limpet-shell:#8fdcd9;
--bachelor-button:#49b9d4;
--safe-harbour:#1a8a99;
}