Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.ocean-call {
color: #2d6a8b;
}
.glimpse {
color: #4db9d1;
}
.sugar-cookie {
color: #f1e4a2;
}
.breeze-of-chilli {
color: #f26e6e;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--ocean-call:#2d6a8b;
--glimpse:#4db9d1;
--sugar-cookie:#f1e4a2;
--breeze-of-chilli:#f26e6e;
}