Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.peanut-butter-chicken {
color: #ffb861;
}
.sun-drenched {
color: #ffe8a3;
}
.lagoon {
color: #4b9b8e;
}
.blue-fantastic {
color: #2d394e;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--peanut-butter-chicken:#ffb861;
--sun-drenched:#ffe8a3;
--lagoon:#4b9b8e;
--blue-fantastic:#2d394e;
}