Color names in this palette
CSS code for this palette
/* CSS */
.bluebonnet-frost {
color: #4b6eaf;
}
.pale-cerulean {
color: #9fc1e5;
}
.crystal-falls {
color: #e1e7f4;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bluebonnet-frost:#4b6eaf;
--pale-cerulean:#9fc1e5;
--crystal-falls:#e1e7f4;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}