Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.bay-site {
color: #2c5f8c;
}
.blue-plate {
color: #5c7d9d;
}
.bright-bluebonnet {
color: #8fb2c1;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--bay-site:#2c5f8c;
--blue-plate:#5c7d9d;
--bright-bluebonnet:#8fb2c1;
--sunshine-mellow:#f1c40e;
}