Color names in this palette
CSS code for this palette
/* CSS */
.reflecting-pond {
color: #1f4151;
}
.flounce {
color: #4b8d91;
}
.gem-turquoise {
color: #57c3c7;
}
.buttery-croissant {
color: #f2df9c;
}
.flame-orange {
color: #f58c24;
}
/* CSS Variables */
:root {
--reflecting-pond:#1f4151;
--flounce:#4b8d91;
--gem-turquoise:#57c3c7;
--buttery-croissant:#f2df9c;
--flame-orange:#f58c24;
}