Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.crystalsong-blue {
color: #4fb4b5;
}
.everest {
color: #a3e6e4;
}
.forsythia-blossom {
color: #f9d66c;
}
.blood-burst {
color: #ff4d4f;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--crystalsong-blue:#4fb4b5;
--everest:#a3e6e4;
--forsythia-blossom:#f9d66c;
--blood-burst:#ff4d4f;
}