Color names in this palette
CSS code for this palette
/* CSS */
.tequila {
color: #f3d2a5;
}
.mystic-tulip {
color: #f6b8a2;
}
.schauss-pink {
color: #f995b3;
}
.grapefruit-juice {
color: #ed6e8e;
}
.crushed-berries {
color: #d053a0;
}
/* CSS Variables */
:root {
--tequila:#f3d2a5;
--mystic-tulip:#f6b8a2;
--schauss-pink:#f995b3;
--grapefruit-juice:#ed6e8e;
--crushed-berries:#d053a0;
}