Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a4a2;
}
.peach-temptation {
color: #f4c4b4;
}
.pastry {
color: #f7e0b6;
}
.hephaestus {
color: #e1d5b7;
}
.blue-dam {
color: #a1c4d4;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a4a2;
--peach-temptation:#f4c4b4;
--pastry:#f7e0b6;
--hephaestus:#e1d5b7;
--blue-dam:#a1c4d4;
}