Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f9a9b6;
}
.cheesus {
color: #ffca75;
}
.frosted-lemon {
color: #ffedc7;
}
.echo-iris {
color: #b4e4f4;
}
.olympic-blue {
color: #5091e7;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f9a9b6;
--cheesus:#ffca75;
--frosted-lemon:#ffedc7;
--echo-iris:#b4e4f4;
--olympic-blue:#5091e7;
}