Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c5;
}
.tuscan {
color: #f9d6a9;
}
.russet-green {
color: #e0d89f;
}
.light-budgie-blue {
color: #9ed7e5;
}
.coastal-waters {
color: #7db4d8;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c5;
--tuscan:#f9d6a9;
--russet-green:#e0d89f;
--light-budgie-blue:#9ed7e5;
--coastal-waters:#7db4d8;
}