Color names in this palette
CSS code for this palette
/* CSS */
.angel-s-trumpet {
color: #f2e03a;
}
.ginger-milk {
color: #f6a65a;
}
.salmon-pok-bowl {
color: #f57578;
}
.loveland {
color: #e56c90;
}
.ripe-lavander {
color: #a35cc7;
}
/* CSS Variables */
:root {
--angel-s-trumpet:#f2e03a;
--ginger-milk:#f6a65a;
--salmon-pok-bowl:#f57578;
--loveland:#e56c90;
--ripe-lavander:#a35cc7;
}