Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a0c4e4;
}
.rogue-pink {
color: #f6a2bf;
}
.crunch {
color: #f0b75c;
}
.tropical-light {
color: #a2d66b;
}
.ponceau {
color: #f25a76;
}
/* CSS Variables */
:root {
--windsor-way:#a0c4e4;
--rogue-pink:#f6a2bf;
--crunch:#f0b75c;
--tropical-light:#a2d66b;
--ponceau:#f25a76;
}