Color names in this palette
CSS code for this palette
/* CSS */
.iridescent-red {
color: #c84c5c;
}
.ambitious-rose {
color: #e76a7d;
}
.snow-white-blush {
color: #f9b0a9;
}
.puff-pastry-yellow {
color: #fbcc8e;
}
.eerie-glow {
color: #a6d8b7;
}
/* CSS Variables */
:root {
--iridescent-red:#c84c5c;
--ambitious-rose:#e76a7d;
--snow-white-blush:#f9b0a9;
--puff-pastry-yellow:#fbcc8e;
--eerie-glow:#a6d8b7;
}