Color names in this palette
CSS code for this palette
/* CSS */
.lolly {
color: #ff9c8f;
}
.goldenrod-yellow {
color: #ffce8f;
}
.the-first-daffodil {
color: #ffee8f;
}
.roller-derby {
color: #8bf8d4;
}
.carolina-blue {
color: #8fb8ff;
}
/* CSS Variables */
:root {
--lolly:#ff9c8f;
--goldenrod-yellow:#ffce8f;
--the-first-daffodil:#ffee8f;
--roller-derby:#8bf8d4;
--carolina-blue:#8fb8ff;
}