Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.sweetheart {
color: #f4c3d6;
}
.dreamsicle {
color: #f7d5c0;
}
.cookies-and-cream {
color: #f0e0b2;
}
.apple-bob {
color: #d3e09e;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--sweetheart:#f4c3d6;
--dreamsicle:#f7d5c0;
--cookies-and-cream:#f0e0b2;
--apple-bob:#d3e09e;
}