Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f394d;
}
.cuttlefish {
color: #7fbec3;
}
.blue-tint {
color: #a1d6d9;
}
.trapunto {
color: #f6e9b6;
}
.burning-coals {
color: #f69e6f;
}
/* CSS Variables */
:root {
--subterranean-river:#1f394d;
--cuttlefish:#7fbec3;
--blue-tint:#a1d6d9;
--trapunto:#f6e9b6;
--burning-coals:#f69e6f;
}