Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.welcoming-wasp {
color: #f0a800;
}
.dodgeroll-gold {
color: #f39c12;
}
.orange-gluttony {
color: #e77e23;
}
.painted-poppy {
color: #c94b3b;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--welcoming-wasp:#f0a800;
--dodgeroll-gold:#f39c12;
--orange-gluttony:#e77e23;
--painted-poppy:#c94b3b;
}