Color names in this palette
CSS code for this palette
/* CSS */
.coronation-blue {
color: #5e4c9a;
}
.unimaginable {
color: #8e7cbb;
}
.atlantic-tulip {
color: #b59cc4;
}
.romantic-morning {
color: #e0b6e2;
}
.hopeful {
color: #f4d2e2;
}
/* CSS Variables */
:root {
--coronation-blue:#5e4c9a;
--unimaginable:#8e7cbb;
--atlantic-tulip:#b59cc4;
--romantic-morning:#e0b6e2;
--hopeful:#f4d2e2;
}