Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3c7b96;
}
.delicate-girl-blue {
color: #6ab0c8;
}
.powder-blue {
color: #afe3e9;
}
.mango-margarita {
color: #f4ba4e;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3c7b96;
--delicate-girl-blue:#6ab0c8;
--powder-blue:#afe3e9;
--mango-margarita:#f4ba4e;
--orangeade:#e04f38;
}