Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.dreamsicle {
color: #f7d4c0;
}
.lazy-daisy {
color: #f8e9a0;
}
.eerie-glow {
color: #a7d7b8;
}
.angela-bay {
color: #a7c4e6;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--dreamsicle:#f7d4c0;
--lazy-daisy:#f8e9a0;
--eerie-glow:#a7d7b8;
--angela-bay:#a7c4e6;
}