Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a2a8;
}
.may-sun {
color: #f9e9d2;
}
.sugar-pie {
color: #c6a67b;
}
.roasted-almond {
color: #d2b59d;
}
.pyramid-gold {
color: #e3b472;
}
/* CSS Variables */
:root {
--simple-pink:#f6a2a8;
--may-sun:#f9e9d2;
--sugar-pie:#c6a67b;
--roasted-almond:#d2b59d;
--pyramid-gold:#e3b472;
}