Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a2be;
}
.smoked-ham {
color: #f3b582;
}
.golden-blonde {
color: #f0e17f;
}
.cricket-field {
color: #c3d4a0;
}
.not-a-cloud-in-sight {
color: #87c7cf;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a2be;
--smoked-ham:#f3b582;
--golden-blonde:#f0e17f;
--cricket-field:#c3d4a0;
--not-a-cloud-in-sight:#87c7cf;
}