Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f3a5c0;
}
.aspen-yellow {
color: #f8e0a0;
}
.energy-yellow {
color: #f7d550;
}
.overtone {
color: #a9e5b6;
}
.greek-sea {
color: #6ba0e6;
}
/* CSS Variables */
:root {
--pink-chalk:#f3a5c0;
--aspen-yellow:#f8e0a0;
--energy-yellow:#f7d550;
--overtone:#a9e5b6;
--greek-sea:#6ba0e6;
}