Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.marigold-dust {
color: #f4cf3e;
}
.dodgeroll-gold {
color: #f39c12;
}
.aloha {
color: #1abc9c;
}
.blue-damselfly {
color: #3398db;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--marigold-dust:#f4cf3e;
--dodgeroll-gold:#f39c12;
--aloha:#1abc9c;
--blue-damselfly:#3398db;
}