Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1a9edb;
}
.persian-jewel {
color: #6b80bd;
}
.middy-s-purple {
color: #a88bda;
}
.bright-ube {
color: #d4a4e5;
}
.parrot-tulip {
color: #f0c1d6;
}
/* CSS Variables */
:root {
--homeworld:#1a9edb;
--persian-jewel:#6b80bd;
--middy-s-purple:#a88bda;
--bright-ube:#d4a4e5;
--parrot-tulip:#f0c1d6;
}