Color names in this palette
CSS code for this palette
/* CSS */
.black-feather {
color: #0e1f25;
}
.blue-spell {
color: #3d5d6b;
}
.polaris-blue {
color: #6e8c8c;
}
.ocean-kiss {
color: #a4c6c4;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--black-feather:#0e1f25;
--blue-spell:#3d5d6b;
--polaris-blue:#6e8c8c;
--ocean-kiss:#a4c6c4;
--maximum-yellow-red:#f1b74b;
}