Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.picnic-day-sky {
color: #00c4f0;
}
.tranquil-pool {
color: #88e2f7;
}
.yellow-petal {
color: #f7e64a;
}
.royal-flycatcher-crest {
color: #f06c00;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--picnic-day-sky:#00c4f0;
--tranquil-pool:#88e2f7;
--yellow-petal:#f7e64a;
--royal-flycatcher-crest:#f06c00;
}