Color names in this palette
CSS code for this palette
/* CSS */
.azulado {
color: #1e1e48;
}
.highlands-twilight {
color: #4a4b82;
}
.thirsty-thursday {
color: #6f6f9b;
}
.purple-heather {
color: #b9b9d5;
}
.imagination {
color: #dfdff1;
}
/* CSS Variables */
:root {
--azulado:#1e1e48;
--highlands-twilight:#4a4b82;
--thirsty-thursday:#6f6f9b;
--purple-heather:#b9b9d5;
--imagination:#dfdff1;
}