Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c1;
}
.peach-damask {
color: #f9c6a4;
}
.aspen-yellow {
color: #f7e0a1;
}
.overtone {
color: #a2e6b9;
}
.norfolk-sky {
color: #6dc2e9;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c1;
--peach-damask:#f9c6a4;
--aspen-yellow:#f7e0a1;
--overtone:#a2e6b9;
--norfolk-sky:#6dc2e9;
}