Color names in this palette
CSS code for this palette
/* CSS */
.spaghetti-strap-pink {
color: #f9a9d5;
}
.lavender-soap {
color: #f1c1e5;
}
.fresh-water {
color: #c3e1f9;
}
.terrace-pool {
color: #9fd7e0;
}
.mandarin-peel {
color: #ff9d00;
}
/* CSS Variables */
:root {
--spaghetti-strap-pink:#f9a9d5;
--lavender-soap:#f1c1e5;
--fresh-water:#c3e1f9;
--terrace-pool:#9fd7e0;
--mandarin-peel:#ff9d00;
}