Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1c3b6d;
}
.fun-and-games {
color: #2f7e9d;
}
.eucalipto {
color: #50c3a8;
}
.yellow-groove {
color: #f2ba2c;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--blue-mosque:#1c3b6d;
--fun-and-games:#2f7e9d;
--eucalipto:#50c3a8;
--yellow-groove:#f2ba2c;
--orange-gluttony:#e77e23;
}