Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a1d1e8;
}
.shrimp-cocktail {
color: #f4a462;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pale-banana {
color: #f6e48e;
}
.semi-sweet-chocolate {
color: #6a4125;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a1d1e8;
--shrimp-cocktail:#f4a462;
--grapefruit-pulp:#ff6e61;
--pale-banana:#f6e48e;
--semi-sweet-chocolate:#6a4125;
}