Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.milky-maize {
color: #f8d9a0;
}
.hawaiian-cream {
color: #f9e6b9;
}
.chefchaouen-blue {
color: #a2d4e6;
}
.delicate-girl-blue {
color: #69b4c9;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--milky-maize:#f8d9a0;
--hawaiian-cream:#f9e6b9;
--chefchaouen-blue:#a2d4e6;
--delicate-girl-blue:#69b4c9;
}