Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.singapore-orchid {
color: #9f1fef;
}
.daisy-bush {
color: #5d3e8e;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--singapore-orchid:#9f1fef;
--daisy-bush:#5d3e8e;
--f-n-h-ng-pink:#ff6bb5;
--soviet-gold:#ffd900;
}