Color names in this palette
CSS code for this palette
/* CSS */
.emperor-s-children {
color: #f6a2b7;
}
.vibrant {
color: #fbd24b;
}
.drop-green {
color: #6bca58;
}
.hippie-blue {
color: #4b8b9b;
}
.amaranth {
color: #e467a8;
}
/* CSS Variables */
:root {
--emperor-s-children:#f6a2b7;
--vibrant:#fbd24b;
--drop-green:#6bca58;
--hippie-blue:#4b8b9b;
--amaranth:#e467a8;
}