Color names in this palette
CSS code for this palette
/* CSS */
.peachy-salmon {
color: #ff9b80;
}
.daisy-desi {
color: #fddf8b;
}
.crushed-cashew {
color: #ffebd6;
}
.may-day {
color: #4ccdc4;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--peachy-salmon:#ff9b80;
--daisy-desi:#fddf8b;
--crushed-cashew:#ffebd6;
--may-day:#4ccdc4;
--breeze-of-chilli:#f76e6e;
}