Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.sherbet-fruit {
color: #f9c7b9;
}
.frangipane {
color: #f4d6b4;
}
.sunbeam {
color: #f6ecb1;
}
.durango-dust {
color: #f9e49f;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--sherbet-fruit:#f9c7b9;
--frangipane:#f4d6b4;
--sunbeam:#f6ecb1;
--durango-dust:#f9e49f;
}