Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3b4d;
}
.ocean-call {
color: #2a698d;
}
.sacred-turquoise {
color: #4bb4a6;
}
.yellow-tulip {
color: #f7d06e;
}
.sugar-coral {
color: #f8686f;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3b4d;
--ocean-call:#2a698d;
--sacred-turquoise:#4bb4a6;
--yellow-tulip:#f7d06e;
--sugar-coral:#f8686f;
}