Color names in this palette
CSS code for this palette
/* CSS */
.brittany-s-bow {
color: #f3d8de;
}
.fairy-tale {
color: #f1b1c9;
}
.always-rosey {
color: #e89bb4;
}
.little-bow-pink {
color: #d87d9d;
}
.prehistoric-pink {
color: #c06d8a;
}
/* CSS Variables */
:root {
--brittany-s-bow:#f3d8de;
--fairy-tale:#f1b1c9;
--always-rosey:#e89bb4;
--little-bow-pink:#d87d9d;
--prehistoric-pink:#c06d8a;
}