Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.cerulean-frost {
color: #6c9cc6;
}
.larkspur {
color: #3b7d8c;
}
.golden-hour {
color: #f5b25c;
}
.fireglow {
color: #d95c3f;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--cerulean-frost:#6c9cc6;
--larkspur:#3b7d8c;
--golden-hour:#f5b25c;
--fireglow:#d95c3f;
}