Color names in this palette
CSS code for this palette
/* CSS */
.palm-springs-splash {
color: #1f8e7e;
}
.bianchi-green {
color: #3fd5b2;
}
.light-turquoise {
color: #84f0c5;
}
.top-banana {
color: #f9d971;
}
.outrageous-orange {
color: #fc6a45;
}
/* CSS Variables */
:root {
--palm-springs-splash:#1f8e7e;
--bianchi-green:#3fd5b2;
--light-turquoise:#84f0c5;
--top-banana:#f9d971;
--outrageous-orange:#fc6a45;
}