Color names in this palette
CSS code for this palette
/* CSS */
.california-sunset {
color: #c9184a;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.angel-s-trumpet {
color: #f2e03a;
}
.crown-blue {
color: #4a4e68;
}
.celeb-city {
color: #9988af;
}
/* CSS Variables */
:root {
--california-sunset:#c9184a;
--apricot-glazed-chicken:#f5a524;
--angel-s-trumpet:#f2e03a;
--crown-blue:#4a4e68;
--celeb-city:#9988af;
}