Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-gull {
color: #4b8caf;
}
.salt-lake {
color: #73c6d3;
}
.everest {
color: #a2e2e0;
}
.butter-cream {
color: #f2b345;
}
.burning-coals {
color: #f69c6f;
}
/* CSS Variables */
:root {
--atlantic-gull:#4b8caf;
--salt-lake:#73c6d3;
--everest:#a2e2e0;
--butter-cream:#f2b345;
--burning-coals:#f69c6f;
}