Color names in this palette
CSS code for this palette
/* CSS */
.recollection-blue {
color: #1e4c5c;
}
.mammoth-mountain {
color: #3a6d78;
}
.folk-song {
color: #68a1a0;
}
.sinbad {
color: #a7d7d3;
}
.almost-pink {
color: #f1e5da;
}
/* CSS Variables */
:root {
--recollection-blue:#1e4c5c;
--mammoth-mountain:#3a6d78;
--folk-song:#68a1a0;
--sinbad:#a7d7d3;
--almost-pink:#f1e5da;
}