Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.little-bow-pink {
color: #d27f99;
}
.prehistoric-pink {
color: #bf6e8a;
}
.medium-ruby {
color: #aa3c68;
}
.bordeaux-red {
color: #6d2c4b;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--little-bow-pink:#d27f99;
--prehistoric-pink:#bf6e8a;
--medium-ruby:#aa3c68;
--bordeaux-red:#6d2c4b;
}