Color names in this palette
CSS code for this palette
/* CSS */
.azulado {
color: #1e1e48;
}
.crown-blue {
color: #4a4e68;
}
.greige-violet {
color: #9a8d98;
}
.milky-maize {
color: #f7d9a1;
}
.gemini-mustard-momento {
color: #f9a64e;
}
/* CSS Variables */
:root {
--azulado:#1e1e48;
--crown-blue:#4a4e68;
--greige-violet:#9a8d98;
--milky-maize:#f7d9a1;
--gemini-mustard-momento:#f9a64e;
}