Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.manga-pink {
color: #f6b6d8;
}
.flame-seal {
color: #f5e356;
}
.sagittarius-amber-artifact {
color: #f87d3f;
}
.pastel-strawberry {
color: #ef4d4d;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--manga-pink:#f6b6d8;
--flame-seal:#f5e356;
--sagittarius-amber-artifact:#f87d3f;
--pastel-strawberry:#ef4d4d;
}