Color names in this palette
CSS code for this palette
/* CSS */
.blue-rose {
color: #2b2d6e;
}
.bio-blue {
color: #4b5ba0;
}
.regale-blue {
color: #7cb9d5;
}
.fringy-flower {
color: #b3e0b5;
}
.forsythia-blossom {
color: #f7d76e;
}
/* CSS Variables */
:root {
--blue-rose:#2b2d6e;
--bio-blue:#4b5ba0;
--regale-blue:#7cb9d5;
--fringy-flower:#b3e0b5;
--forsythia-blossom:#f7d76e;
}