Color names in this palette
CSS code for this palette
/* CSS */
.coastal-foam {
color: #ade6c4;
}
.mint-parfait {
color: #b9e5b8;
}
.hint-of-mint {
color: #e0f2d4;
}
.soft-butter {
color: #f6e1b6;
}
.mystic-tulip {
color: #f7b7a1;
}
/* CSS Variables */
:root {
--coastal-foam:#ade6c4;
--mint-parfait:#b9e5b8;
--hint-of-mint:#e0f2d4;
--soft-butter:#f6e1b6;
--mystic-tulip:#f7b7a1;
}