Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3b4d;
}
.coelin-blue {
color: #4b7b91;
}
.blue-bows {
color: #a5c5d5;
}
.beach-party {
color: #f9d25d;
}
.mulberry-thorn {
color: #c97d2c;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3b4d;
--coelin-blue:#4b7b91;
--blue-bows:#a5c5d5;
--beach-party:#f9d25d;
--mulberry-thorn:#c97d2c;
}