Color names in this palette
CSS code for this palette
/* CSS */
.spindle {
color: #b2c2d7;
}
.welcoming-wasp {
color: #f0a800;
}
.tangerine-bliss {
color: #d85b31;
}
.flat-green {
color: #689a4c;
}
.majestic-magenta {
color: #e84a8c;
}
/* CSS Variables */
:root {
--spindle:#b2c2d7;
--welcoming-wasp:#f0a800;
--tangerine-bliss:#d85b31;
--flat-green:#689a4c;
--majestic-magenta:#e84a8c;
}