Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #a1c1e8;
}
.cerulean-frost {
color: #6c9fc6;
}
.blue-dart-frog {
color: #3b7da0;
}
.welcoming-wasp {
color: #f0a800;
}
.warming-heart {
color: #d34d3c;
}
/* CSS Variables */
:root {
--sky-high:#a1c1e8;
--cerulean-frost:#6c9fc6;
--blue-dart-frog:#3b7da0;
--welcoming-wasp:#f0a800;
--warming-heart:#d34d3c;
}