Color names in this palette
CSS code for this palette
/* CSS */
.serenity-s-reign {
color: #4d79c7;
}
.sail-away {
color: #5bb6e6;
}
.faded-poster {
color: #7de3f2;
}
.funky-yellow {
color: #f1d06f;
}
.phoenix-flames {
color: #f49d1a;
}
/* CSS Variables */
:root {
--serenity-s-reign:#4d79c7;
--sail-away:#5bb6e6;
--faded-poster:#7de3f2;
--funky-yellow:#f1d06f;
--phoenix-flames:#f49d1a;
}