Color names in this palette
CSS code for this palette
/* CSS */
.virginia-blue {
color: #b6c3d8;
}
.blue-dam {
color: #a1c6d4;
}
.estuary-blue {
color: #6ea4b9;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.fire-island {
color: #d94f3a;
}
/* CSS Variables */
:root {
--virginia-blue:#b6c3d8;
--blue-dam:#a1c6d4;
--estuary-blue:#6ea4b9;
--solar-plexus-chakra:#f1c84b;
--fire-island:#d94f3a;
}