Color names in this palette
CSS code for this palette
/* CSS */
.kindred {
color: #709ddb;
}
.mystic-tulip {
color: #f7b5a1;
}
.pale-banana {
color: #f4e18a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.mountain-lake {
color: #2e5a76;
}
/* CSS Variables */
:root {
--kindred:#709ddb;
--mystic-tulip:#f7b5a1;
--pale-banana:#f4e18a;
--grapefruit-pulp:#ff6e61;
--mountain-lake:#2e5a76;
}