Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3c4c;
}
.brittany-blue {
color: #4d7b89;
}
.water-green {
color: #7ebe97;
}
.gold-sand {
color: #f6e7a7;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3c4c;
--brittany-blue:#4d7b89;
--water-green:#7ebe97;
--gold-sand:#f6e7a7;
--apricot-glazed-chicken:#f5a524;
}