Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.milky-maize {
color: #f6d9a2;
}
.venetian-yellow {
color: #f5e4a3;
}
.southern-belle {
color: #a3d7c2;
}
.kingfisher-turquoise {
color: #7eb9b6;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--milky-maize:#f6d9a2;
--venetian-yellow:#f5e4a3;
--southern-belle:#a3d7c2;
--kingfisher-turquoise:#7eb9b6;
}