Color names in this palette
CSS code for this palette
/* CSS */
.frosted-tulip {
color: #f5d7d6;
}
.wisley-pink {
color: #f4a499;
}
.salmon-pok-bowl {
color: #f57a7a;
}
.breeze-of-chilli {
color: #f16f6f;
}
.re-entry {
color: #d94a4a;
}
/* CSS Variables */
:root {
--frosted-tulip:#f5d7d6;
--wisley-pink:#f4a499;
--salmon-pok-bowl:#f57a7a;
--breeze-of-chilli:#f16f6f;
--re-entry:#d94a4a;
}