Color names in this palette
CSS code for this palette
/* CSS */
.stormy-night {
color: #3a1e57;
}
.tillandsia-purple {
color: #5c3a7e;
}
.viola {
color: #8f6bb8;
}
.atlantic-tulip {
color: #b59bc5;
}
.hopeful {
color: #f2d4e1;
}
/* CSS Variables */
:root {
--stormy-night:#3a1e57;
--tillandsia-purple:#5c3a7e;
--viola:#8f6bb8;
--atlantic-tulip:#b59bc5;
--hopeful:#f2d4e1;
}