Color names in this palette
CSS code for this palette
/* CSS */
.barely-bloomed {
color: #d7a9e0;
}
.bermuda-onion {
color: #9a5b92;
}
.eau-de-rose {
color: #e4b9d4;
}
.venetian-yellow {
color: #f5e59e;
}
.algerian-coral {
color: #f75b4a;
}
/* CSS Variables */
:root {
--barely-bloomed:#d7a9e0;
--bermuda-onion:#9a5b92;
--eau-de-rose:#e4b9d4;
--venetian-yellow:#f5e59e;
--algerian-coral:#f75b4a;
}