Color names in this palette
CSS code for this palette
/* CSS */
.fahrenheit {
color: #f9d2b9;
}
.prism-pink {
color: #f2a1c5;
}
.wonder-lust {
color: #f28c9f;
}
.siesta-rose {
color: #eb7a7e;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--fahrenheit:#f9d2b9;
--prism-pink:#f2a1c5;
--wonder-lust:#f28c9f;
--siesta-rose:#eb7a7e;
--orangeade:#e04f38;
}