Color names in this palette
CSS code for this palette
/* CSS */
.sky-dancer {
color: #3d91ff;
}
.pastel-blue {
color: #a3c3ff;
}
.brilliant-white {
color: #e5ebff;
}
.bubbelgum-heart {
color: #ffb8e0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sky-dancer:#3d91ff;
--pastel-blue:#a3c3ff;
--brilliant-white:#e5ebff;
--bubbelgum-heart:#ffb8e0;
--grapefruit-pulp:#ff6e61;
}