Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a4a1;
}
.allspice {
color: #f9cca9;
}
.veiled-treasure {
color: #f5edb7;
}
.almost-aloe {
color: #c6e9af;
}
.light-budgie-blue {
color: #a1d6e8;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a4a1;
--allspice:#f9cca9;
--veiled-treasure:#f5edb7;
--almost-aloe:#c6e9af;
--light-budgie-blue:#a1d6e8;
}