Color names in this palette
CSS code for this palette
/* CSS */
.sand-dance {
color: #e0c5b8;
}
.merrylyn {
color: #a7d3af;
}
.mint-bonbon-green {
color: #7fb8a7;
}
.blue-calypso {
color: #58a9b6;
}
.blue-dart-frog {
color: #3b7b9b;
}
/* CSS Variables */
:root {
--sand-dance:#e0c5b8;
--merrylyn:#a7d3af;
--mint-bonbon-green:#7fb8a7;
--blue-calypso:#58a9b6;
--blue-dart-frog:#3b7b9b;
}