Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f6c84c;
}
.ginger-milk {
color: #f6a65a;
}
.melon-baby {
color: #f17c6a;
}
.highlighter-pink {
color: #e65b7b;
}
.kirby {
color: #d84b8a;
}
/* CSS Variables */
:root {
--sunny-mood:#f6c84c;
--ginger-milk:#f6a65a;
--melon-baby:#f17c6a;
--highlighter-pink:#e65b7b;
--kirby:#d84b8a;
}