Color names in this palette
CSS code for this palette
/* CSS */
.calypso-red {
color: #e16866;
}
.florida-sunrise {
color: #f3a76d;
}
.maybe-maui {
color: #f6d58e;
}
.eerie-glow {
color: #a7d7b8;
}
.basilica-blue {
color: #4e9fa6;
}
/* CSS Variables */
:root {
--calypso-red:#e16866;
--florida-sunrise:#f3a76d;
--maybe-maui:#f6d58e;
--eerie-glow:#a7d7b8;
--basilica-blue:#4e9fa6;
}