Color names in this palette
CSS code for this palette
/* CSS */
.searching-blue {
color: #6a7f9a;
}
.blue-pot {
color: #9fb1c1;
}
.purity {
color: #d9cae2;
}
.rogue-pink {
color: #f6a7c0;
}
.macaroon-rose {
color: #f65185;
}
/* CSS Variables */
:root {
--searching-blue:#6a7f9a;
--blue-pot:#9fb1c1;
--purity:#d9cae2;
--rogue-pink:#f6a7c0;
--macaroon-rose:#f65185;
}