Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b3;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.rosie-posie {
color: #f1e4ea;
}
.whirlpool {
color: #a4daca;
}
.keppel {
color: #5fb4a2;
}
/* CSS Variables */
:root {
--princess:#f1a7b3;
--sullivan-s-heart:#f7c5d5;
--rosie-posie:#f1e4ea;
--whirlpool:#a4daca;
--keppel:#5fb4a2;
}