Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a1d7e8;
}
.lavender-candy {
color: #f9b4d2;
}
.cocoa-butter {
color: #f5f2c2;
}
.welcoming-wasp {
color: #f0a800;
}
.blue-dart-frog {
color: #3c7b96;
}
/* CSS Variables */
:root {
--nevada-sky:#a1d7e8;
--lavender-candy:#f9b4d2;
--cocoa-butter:#f5f2c2;
--welcoming-wasp:#f0a800;
--blue-dart-frog:#3c7b96;
}