Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.blue-dart-frog {
color: #3a7d9c;
}
.skink-blue {
color: #5bbfcd;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--blue-dart-frog:#3a7d9c;
--skink-blue:#5bbfcd;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}