Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.revel-blue {
color: #4a6b8c;
}
.estuary-blue {
color: #6ea3b4;
}
.davao-green {
color: #b3d67a;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--revel-blue:#4a6b8c;
--estuary-blue:#6ea3b4;
--davao-green:#b3d67a;
--creamy-sweet-corn:#f9c54e;
}