Color names in this palette
CSS code for this palette
/* CSS */
.juvie {
color: #89b7d1;
}
.blue-iguana {
color: #4e9cd0;
}
.blue-oasis {
color: #2a6b93;
}
.lazy-daisy {
color: #f6e8a2;
}
.mystic-tulip {
color: #f7b4a1;
}
/* CSS Variables */
:root {
--juvie:#89b7d1;
--blue-iguana:#4e9cd0;
--blue-oasis:#2a6b93;
--lazy-daisy:#f6e8a2;
--mystic-tulip:#f7b4a1;
}