Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1f3b6f;
}
.integra {
color: #3f5c92;
}
.scanda {
color: #6c8eac;
}
.powder-soft-blue {
color: #b6c9d8;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--limoges:#1f3b6f;
--integra:#3f5c92;
--scanda:#6c8eac;
--powder-soft-blue:#b6c9d8;
--sunshine-mellow:#f1c40e;
}