Color names in this palette
CSS code for this palette
/* CSS */
.dream-setting {
color: #ff75b6;
}
.baby-blue {
color: #a3c8ff;
}
.glow-in-the-dark {
color: #baffb3;
}
.caduceus-gold {
color: #ffed66;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--dream-setting:#ff75b6;
--baby-blue:#a3c8ff;
--glow-in-the-dark:#baffb3;
--caduceus-gold:#ffed66;
--blood-burst:#ff4d4d;
}