Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.paw-paw {
color: #f9d39a;
}
.roadster-yellow {
color: #f3e1a0;
}
.bright-sea-green {
color: #a3dcbd;
}
.candid-blue {
color: #6fc5e2;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--paw-paw:#f9d39a;
--roadster-yellow:#f3e1a0;
--bright-sea-green:#a3dcbd;
--candid-blue:#6fc5e2;
}