Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c1;
}
.chateau-rose {
color: #d9a1d0;
}
.violet-velvet {
color: #b19bd9;
}
.rhodes {
color: #88c3e7;
}
.high-blue {
color: #4cb2e6;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c1;
--chateau-rose:#d9a1d0;
--violet-velvet:#b19bd9;
--rhodes:#88c3e7;
--high-blue:#4cb2e6;
}