Color names in this palette
CSS code for this palette
/* CSS */
.purple-orchid {
color: #a84d89;
}
.ridgeback {
color: #f09a60;
}
.dandelion-yellow {
color: #f4d93e;
}
.booty-bay {
color: #82c9b9;
}
.blue-electress {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--purple-orchid:#a84d89;
--ridgeback:#f09a60;
--dandelion-yellow:#f4d93e;
--booty-bay:#82c9b9;
--blue-electress:#6b9cd1;
}