Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.tequila {
color: #f4d1a4;
}
.buttery-croissant {
color: #f2df9c;
}
.eerie-glow {
color: #aad5b7;
}
.norfolk-sky {
color: #6cb8e4;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--tequila:#f4d1a4;
--buttery-croissant:#f2df9c;
--eerie-glow:#aad5b7;
--norfolk-sky:#6cb8e4;
}