Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4c8fe1;
}
.techno-turquoise {
color: #5fbf8c;
}
.yellow-petal {
color: #f0e54c;
}
.troll-slayer-orange {
color: #f6a34c;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--olympic-blue:#4c8fe1;
--techno-turquoise:#5fbf8c;
--yellow-petal:#f0e54c;
--troll-slayer-orange:#f6a34c;
--bacon-strips:#e13e33;
}