Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f1a7c1;
}
.poppy-petal {
color: #f79e8d;
}
.yellow-tulip {
color: #f7d06e;
}
.miami-teal {
color: #6ec4b1;
}
.blue-tourmaline {
color: #4991d4;
}
/* CSS Variables */
:root {
--tickled-pink:#f1a7c1;
--poppy-petal:#f79e8d;
--yellow-tulip:#f7d06e;
--miami-teal:#6ec4b1;
--blue-tourmaline:#4991d4;
}