Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.australian-apricot {
color: #f4c4a4;
}
.lemon-gelato {
color: #f9eb9f;
}
.baltic-amber {
color: #f9b380;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sullivan-s-heart:#f7c5d5;
--australian-apricot:#f4c4a4;
--lemon-gelato:#f9eb9f;
--baltic-amber:#f9b380;
}