Color names in this palette
CSS code for this palette
/* CSS */
.pink-dogwood {
color: #f5d2d1;
}
.roseberry {
color: #f2a5a1;
}
.siesta-rose {
color: #eb7a7c;
}
.dragon-fruit {
color: #d35a68;
}
.heartthrob {
color: #a92d35;
}
/* CSS Variables */
:root {
--pink-dogwood:#f5d2d1;
--roseberry:#f2a5a1;
--siesta-rose:#eb7a7c;
--dragon-fruit:#d35a68;
--heartthrob:#a92d35;
}