Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.basketball {
color: #f46a2f;
}
.fluffy-duckling {
color: #f9df39;
}
.bilious-green {
color: #a5d86e;
}
.radiant-orchid {
color: #a65e9b;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--basketball:#f46a2f;
--fluffy-duckling:#f9df39;
--bilious-green:#a5d86e;
--radiant-orchid:#a65e9b;
}