Color names in this palette
CSS code for this palette
/* CSS */
.brick-yellow {
color: #d3a35f;
}
.mandys-pink {
color: #f4b79f;
}
.plumeria {
color: #c6b5d4;
}
.red-vine {
color: #5f3a3d;
}
.star-sapphire {
color: #3b6aa0;
}
/* CSS Variables */
:root {
--brick-yellow:#d3a35f;
--mandys-pink:#f4b79f;
--plumeria:#c6b5d4;
--red-vine:#5f3a3d;
--star-sapphire:#3b6aa0;
}