Color names in this palette
CSS code for this palette
/* CSS */
.indian-pale-ale {
color: #d8b92c;
}
.pale-pear {
color: #f3df6d;
}
.apricot-ice-cream {
color: #f8cb9b;
}
.salsa-sizzle {
color: #f07b3d;
}
.calypso-coral {
color: #e74b5e;
}
/* CSS Variables */
:root {
--indian-pale-ale:#d8b92c;
--pale-pear:#f3df6d;
--apricot-ice-cream:#f8cb9b;
--salsa-sizzle:#f07b3d;
--calypso-coral:#e74b5e;
}