Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f8c5af;
}
.citrus-hill {
color: #f9a68b;
}
.hot-calypso {
color: #f7907e;
}
.mild-heart-attack {
color: #f57266;
}
.aphrodisiac {
color: #e55d5f;
}
/* CSS Variables */
:root {
--coral-bisque:#f8c5af;
--citrus-hill:#f9a68b;
--hot-calypso:#f7907e;
--mild-heart-attack:#f57266;
--aphrodisiac:#e55d5f;
}