Color names in this palette
CSS code for this palette
/* CSS */
.vespa-yellow {
color: #f5d19e;
}
.corinthian-pink {
color: #f9a4d7;
}
.french-pass {
color: #a3d4e0;
}
.cerulean-frost {
color: #6b9cc2;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--vespa-yellow:#f5d19e;
--corinthian-pink:#f9a4d7;
--french-pass:#a3d4e0;
--cerulean-frost:#6b9cc2;
--floral-leaf:#ffb84d;
}