Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #3c9cdd;
}
.sail-away {
color: #5ab8e7;
}
.chefchaouen-blue {
color: #a1d1e8;
}
.zappy-zebra {
color: #f0f3f4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--dayflower:#3c9cdd;
--sail-away:#5ab8e7;
--chefchaouen-blue:#a1d1e8;
--zappy-zebra:#f0f3f4;
--grapefruit-pulp:#ff6e61;
}