Color names in this palette
CSS code for this palette
/* CSS */
.caribbean-blue {
color: #1ec8e6;
}
.ice-citadel {
color: #b6f7f0;
}
.everest {
color: #a3e6e4;
}
.rose-reminder {
color: #f3c3c7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--caribbean-blue:#1ec8e6;
--ice-citadel:#b6f7f0;
--everest:#a3e6e4;
--rose-reminder:#f3c3c7;
--grapefruit-pulp:#ff6e61;
}