Color names in this palette
CSS code for this palette
/* CSS */
.twilight {
color: #4c4f90;
}
.gladeye {
color: #798da4;
}
.blue-dam {
color: #a5c6d5;
}
.belgian-waffle {
color: #f1e0b7;
}
.pretty-primrose {
color: #f3a691;
}
/* CSS Variables */
:root {
--twilight:#4c4f90;
--gladeye:#798da4;
--blue-dam:#a5c6d5;
--belgian-waffle:#f1e0b7;
--pretty-primrose:#f3a691;
}