Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4e6b;
}
.dragon-bay {
color: #5aafa0;
}
.glenwood-green {
color: #a4d6b8;
}
.paper-lantern {
color: #f2e1c4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--seafarer:#1e4e6b;
--dragon-bay:#5aafa0;
--glenwood-green:#a4d6b8;
--paper-lantern:#f2e1c4;
--grapefruit-pulp:#ff6e61;
}