Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3a7d9c;
}
.skink-blue {
color: #5abfd3;
}
.island-paradise {
color: #8ce3e3;
}
.welcoming-wasp {
color: #f0a800;
}
.porcelain-rose {
color: #ef6c6c;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3a7d9c;
--skink-blue:#5abfd3;
--island-paradise:#8ce3e3;
--welcoming-wasp:#f0a800;
--porcelain-rose:#ef6c6c;
}