Color names in this palette
CSS code for this palette
/* CSS */
.ice-cold-stare {
color: #b6c8f7;
}
.baby-blue-eyes {
color: #a3c8f0;
}
.salt-lake {
color: #6ec6d4;
}
.message-green {
color: #3ab6b0;
}
.azure-tide {
color: #2d9a91;
}
/* CSS Variables */
:root {
--ice-cold-stare:#b6c8f7;
--baby-blue-eyes:#a3c8f0;
--salt-lake:#6ec6d4;
--message-green:#3ab6b0;
--azure-tide:#2d9a91;
}