Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4f8b;
}
.aqueous {
color: #3c8e9a;
}
.tropic-turquoise {
color: #66b2a2;
}
.caramel-mousse {
color: #e3cba5;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4f8b;
--aqueous:#3c8e9a;
--tropic-turquoise:#66b2a2;
--caramel-mousse:#e3cba5;
--orange-gluttony:#e77e23;
}