Color names in this palette
CSS code for this palette
/* CSS */
.blue-iguana {
color: #4f9ecf;
}
.c-est-la-vie {
color: #81bfe9;
}
.blizzard-blue {
color: #a3e1f0;
}
.salmon-eggs {
color: #f4d35d;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--blue-iguana:#4f9ecf;
--c-est-la-vie:#81bfe9;
--blizzard-blue:#a3e1f0;
--salmon-eggs:#f4d35d;
--sun-orange:#f47b1f;
}