Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e8b0c4;
}
.tequila {
color: #f4d1a4;
}
.blue-angels-yellow {
color: #fab700;
}
.shrimp-cocktail {
color: #f4a462;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--athena-pink:#e8b0c4;
--tequila:#f4d1a4;
--blue-angels-yellow:#fab700;
--shrimp-cocktail:#f4a462;
--azure-tide:#2a9d90;
}