Color names in this palette
CSS code for this palette
/* CSS */
.kenyan-sand {
color: #bd8700;
}
.chromaphobic-black {
color: #292929;
}
.fir-blue {
color: #457d79;
}
.ocean-kiss {
color: #a4c1c6;
}
.ancient-ivory {
color: #f0e6d1;
}
/* CSS Variables */
:root {
--kenyan-sand:#bd8700;
--chromaphobic-black:#292929;
--fir-blue:#457d79;
--ocean-kiss:#a4c1c6;
--ancient-ivory:#f0e6d1;
}