Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.amaranth-pink {
color: #f19dbc;
}
.elastic-pink {
color: #f0a3c7;
}
.bright-ube {
color: #d599eb;
}
.template {
color: #a3c4e6;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--amaranth-pink:#f19dbc;
--elastic-pink:#f0a3c7;
--bright-ube:#d599eb;
--template:#a3c4e6;
}