Color names in this palette
CSS code for this palette
/* CSS */
.blue-bauble {
color: #a9e0e0;
}
.seascape-green {
color: #b4e4e4;
}
.light-opale {
color: #c2eaea;
}
.morning-calm {
color: #d0f0f0;
}
.frosty-mint {
color: #e0f5f5;
}
/* CSS Variables */
:root {
--blue-bauble:#a9e0e0;
--seascape-green:#b4e4e4;
--light-opale:#c2eaea;
--morning-calm:#d0f0f0;
--frosty-mint:#e0f5f5;
}