Color names in this palette
CSS code for this palette
/* CSS */
.oregon-blue {
color: #498adf;
}
.young-fern {
color: #6ebf7b;
}
.deep-fried-sun-rays {
color: #f5c661;
}
.flame-orange {
color: #f88c20;
}
.sweet-baby-rose {
color: #c44d40;
}
/* CSS Variables */
:root {
--oregon-blue:#498adf;
--young-fern:#6ebf7b;
--deep-fried-sun-rays:#f5c661;
--flame-orange:#f88c20;
--sweet-baby-rose:#c44d40;
}