Color names in this palette
CSS code for this palette
/* CSS */
.pastel-blue {
color: #a0c4fd;
}
.vandermint {
color: #a9e0e5;
}
.cheddar-corn {
color: #f6d4b6;
}
.lolly {
color: #ff9c8f;
}
.blood-burst {
color: #ff4d4f;
}
/* CSS Variables */
:root {
--pastel-blue:#a0c4fd;
--vandermint:#a9e0e5;
--cheddar-corn:#f6d4b6;
--lolly:#ff9c8f;
--blood-burst:#ff4d4f;
}