Color names in this palette
CSS code for this palette
/* CSS */
.blue-oblivion {
color: #1f3d89;
}
.green-tourmaline {
color: #60af7e;
}
.burst-of-lime {
color: #a7d94a;
}
.samoan-sun {
color: #f6be46;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--blue-oblivion:#1f3d89;
--green-tourmaline:#60af7e;
--burst-of-lime:#a7d94a;
--samoan-sun:#f6be46;
--breeze-of-chilli:#f76e6e;
}