Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f99fb1;
}
.wewak {
color: #f38c99;
}
.salmon-pok-bowl {
color: #f57a7a;
}
.consumed-by-fire {
color: #f2801c;
}
.oriole-yellow {
color: #f5d47a;
}
/* CSS Variables */
:root {
--ballet-slippers:#f99fb1;
--wewak:#f38c99;
--salmon-pok-bowl:#f57a7a;
--consumed-by-fire:#f2801c;
--oriole-yellow:#f5d47a;
}