Color names in this palette
CSS code for this palette
/* CSS */
.berries-n-cream {
color: #f5b7c9;
}
.soft-butter {
color: #f6e1b6;
}
.almost-aloe {
color: #c6e9af;
}
.tear {
color: #b3d8e0;
}
.plum-juice {
color: #e0a3e0;
}
/* CSS Variables */
:root {
--berries-n-cream:#f5b7c9;
--soft-butter:#f6e1b6;
--almost-aloe:#c6e9af;
--tear:#b3d8e0;
--plum-juice:#e0a3e0;
}