Color names in this palette
CSS code for this palette
/* CSS */
.bird-s-egg-green {
color: #a9cbb8;
}
.little-beaux-blue {
color: #b6d3c7;
}
.sentinel {
color: #d0e1d4;
}
.frosted-mint {
color: #e4f1e4;
}
.natural-youth {
color: #d5e8b5;
}
/* CSS Variables */
:root {
--bird-s-egg-green:#a9cbb8;
--little-beaux-blue:#b6d3c7;
--sentinel:#d0e1d4;
--frosted-mint:#e4f1e4;
--natural-youth:#d5e8b5;
}