Color names in this palette
CSS code for this palette
/* CSS */
.martica {
color: #f3e4b9;
}
.favorite-lavender {
color: #d1a6d8;
}
.terrace-pool {
color: #a3d7e0;
}
.candy-heart-pink {
color: #f6a2a2;
}
.amber-yellow {
color: #f5b55c;
}
/* CSS Variables */
:root {
--martica:#f3e4b9;
--favorite-lavender:#d1a6d8;
--terrace-pool:#a3d7e0;
--candy-heart-pink:#f6a2a2;
--amber-yellow:#f5b55c;
}