Color names in this palette
CSS code for this palette
/* CSS */
.bahaman-bliss {
color: #40a09d;
}
.light-short-phase {
color: #c9e8df;
}
.mountain-laurel {
color: #f5c7d3;
}
.love-spell {
color: #f9b4c5;
}
.french-pink {
color: #f76e9c;
}
/* CSS Variables */
:root {
--bahaman-bliss:#40a09d;
--light-short-phase:#c9e8df;
--mountain-laurel:#f5c7d3;
--love-spell:#f9b4c5;
--french-pink:#f76e9c;
}