Color names in this palette
CSS code for this palette
/* CSS */
.caribbean-blue {
color: #1ccae9;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.breeze-of-chilli {
color: #f26e6e;
}
.usc-gold {
color: #ffcc00;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--caribbean-blue:#1ccae9;
--apricot-glazed-chicken:#f5a524;
--breeze-of-chilli:#f26e6e;
--usc-gold:#ffcc00;
--grapefruit-pulp:#ff6e61;
}