Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c8;
}
.mocha-dandelion {
color: #f3d86d;
}
.basin-blue {
color: #b9e2e4;
}
.drop-green {
color: #6bcc5c;
}
.sea-nettle {
color: #f27b31;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c8;
--mocha-dandelion:#f3d86d;
--basin-blue:#b9e2e4;
--drop-green:#6bcc5c;
--sea-nettle:#f27b31;
}