Color names in this palette
CSS code for this palette
/* CSS */
.tobermory {
color: #d69b9a;
}
.gracious-rose {
color: #e4b7af;
}
.deco-pink {
color: #f7c5c8;
}
.sullivan-s-heart {
color: #f8c4d3;
}
.hibiscus-petal {
color: #f1a7ae;
}
/* CSS Variables */
:root {
--tobermory:#d69b9a;
--gracious-rose:#e4b7af;
--deco-pink:#f7c5c8;
--sullivan-s-heart:#f8c4d3;
--hibiscus-petal:#f1a7ae;
}