Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.regale-blue {
color: #80b3d6;
}
.disembark {
color: #5cafdb;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.miami-marmalade {
color: #f28e1c;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--regale-blue:#80b3d6;
--disembark:#5cafdb;
--solar-plexus-chakra:#f1c84b;
--miami-marmalade:#f28e1c;
}