Color names in this palette
CSS code for this palette
/* CSS */
.lemon-meringue {
color: #f5e199;
}
.goldsmith {
color: #f0b44c;
}
.culpeo {
color: #e69a3d;
}
.field-poppy {
color: #d86a3b;
}
.bermuda-onion {
color: #a35c95;
}
/* CSS Variables */
:root {
--lemon-meringue:#f5e199;
--goldsmith:#f0b44c;
--culpeo:#e69a3d;
--field-poppy:#d86a3b;
--bermuda-onion:#a35c95;
}