Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d3e0;
}
.dusty-jade-green {
color: #6aaf99;
}
.ride-off-into-the-sunset {
color: #f3d05e;
}
.troll-slayer-orange {
color: #f0a14c;
}
.royal-blush {
color: #f26d50;
}
/* CSS Variables */
:root {
--french-pass:#a3d3e0;
--dusty-jade-green:#6aaf99;
--ride-off-into-the-sunset:#f3d05e;
--troll-slayer-orange:#f0a14c;
--royal-blush:#f26d50;
}