Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f203d;
}
.raw-amethyst {
color: #4c3d76;
}
.jubilee {
color: #805d98;
}
.atlantic-tulip {
color: #b19bc5;
}
.uptown-taupe {
color: #f0e3d6;
}
/* CSS Variables */
:root {
--midnight-express:#1f203d;
--raw-amethyst:#4c3d76;
--jubilee:#805d98;
--atlantic-tulip:#b19bc5;
--uptown-taupe:#f0e3d6;
}