Color names in this palette
CSS code for this palette
/* CSS */
.breeze-of-chilli {
color: #f36d6d;
}
.precious-pink {
color: #f7b6b6;
}
.rose-sugar {
color: #f9e6e6;
}
.green-trance {
color: #a5d5a5;
}
.waterfall {
color: #36b5a2;
}
/* CSS Variables */
:root {
--breeze-of-chilli:#f36d6d;
--precious-pink:#f7b6b6;
--rose-sugar:#f9e6e6;
--green-trance:#a5d5a5;
--waterfall:#36b5a2;
}