Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f9a9b0;
}
.sweetheart {
color: #f3c4d6;
}
.interdimensional-portal {
color: #d6e5e6;
}
.minor-blue {
color: #b7e1e6;
}
.bluebrite {
color: #6eb8d8;
}
/* CSS Variables */
:root {
--pink-fit:#f9a9b0;
--sweetheart:#f3c4d6;
--interdimensional-portal:#d6e5e6;
--minor-blue:#b7e1e6;
--bluebrite:#6eb8d8;
}