Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.avid-apricot {
color: #f3c5a0;
}
.soft-butter {
color: #f3e1b4;
}
.french-pass {
color: #a3d1e0;
}
.boat-house {
color: #4e8ebc;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--avid-apricot:#f3c5a0;
--soft-butter:#f3e1b4;
--french-pass:#a3d1e0;
--boat-house:#4e8ebc;
}