Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a7a1;
}
.citrus-sachet {
color: #f5c7a8;
}
.bone-white {
color: #f1e0b1;
}
.eerie-glow {
color: #a7d7b8;
}
.kingfisher-turquoise {
color: #80b7b6;
}
/* CSS Variables */
:root {
--roseberry:#f7a7a1;
--citrus-sachet:#f5c7a8;
--bone-white:#f1e0b1;
--eerie-glow:#a7d7b8;
--kingfisher-turquoise:#80b7b6;
}