Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.mocha-dandelion {
color: #f3d86d;
}
.sunburst {
color: #f3b47c;
}
.harmonious-rose {
color: #f49ab9;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--mocha-dandelion:#f3d86d;
--sunburst:#f3b47c;
--harmonious-rose:#f49ab9;
--rosecco:#eab8e4;
}