Color names in this palette
CSS code for this palette
/* CSS */
.precious-pink {
color: #f9b4b5;
}
.pearl-blush {
color: #f3cec4;
}
.james-blonde {
color: #f1e3b6;
}
.baywater-blue {
color: #c9d7e3;
}
.high-style {
color: #a7b2d7;
}
/* CSS Variables */
:root {
--precious-pink:#f9b4b5;
--pearl-blush:#f3cec4;
--james-blonde:#f1e3b6;
--baywater-blue:#c9d7e3;
--high-style:#a7b2d7;
}