Color names in this palette
CSS code for this palette
/* CSS */
.ballet-slippers {
color: #f7a1b1;
}
.new-clay {
color: #f1c2b6;
}
.cymophane-yellow {
color: #f4e5a4;
}
.viridine-green {
color: #cae5a9;
}
.french-pass {
color: #a3d4e0;
}
/* CSS Variables */
:root {
--ballet-slippers:#f7a1b1;
--new-clay:#f1c2b6;
--cymophane-yellow:#f4e5a4;
--viridine-green:#cae5a9;
--french-pass:#a3d4e0;
}