Color names in this palette
CSS code for this palette
/* CSS */
.yankee-doodle {
color: #4e5d6a;
}
.lagoon-blue {
color: #81a5b1;
}
.bird-bath-blue {
color: #cee0e8;
}
.crunch {
color: #f2b95f;
}
.coral-pink {
color: #f67c79;
}
/* CSS Variables */
:root {
--yankee-doodle:#4e5d6a;
--lagoon-blue:#81a5b1;
--bird-bath-blue:#cee0e8;
--crunch:#f2b95f;
--coral-pink:#f67c79;
}