Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c8d;
}
.exotic-blossom {
color: #ff9e42;
}
.nacho {
color: #ffcb5c;
}
.blue-island {
color: #25a7a5;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c8d;
--exotic-blossom:#ff9e42;
--nacho:#ffcb5c;
--blue-island:#25a7a5;
--snap-shot:#2b3d50;
}