Color names in this palette
CSS code for this palette
/* CSS */
.elastic-pink {
color: #f0a3c7;
}
.pismo-dunes {
color: #f6d7a2;
}
.boxwood-yellow {
color: #f1e5a2;
}
.juzcar-blue {
color: #a2d7f6;
}
.cerulean-frost {
color: #6b9bc2;
}
/* CSS Variables */
:root {
--elastic-pink:#f0a3c7;
--pismo-dunes:#f6d7a2;
--boxwood-yellow:#f1e5a2;
--juzcar-blue:#a2d7f6;
--cerulean-frost:#6b9bc2;
}