Color names in this palette
CSS code for this palette
/* CSS */
.superior-blue {
color: #396074;
}
.coelin-blue {
color: #4b7d91;
}
.atlas-cedar {
color: #5da4a8;
}
.embellished-blue {
color: #87c4c9;
}
.ancient-ivory {
color: #f0e6d1;
}
/* CSS Variables */
:root {
--superior-blue:#396074;
--coelin-blue:#4b7d91;
--atlas-cedar:#5da4a8;
--embellished-blue:#87c4c9;
--ancient-ivory:#f0e6d1;
}