Color names in this palette
CSS code for this palette
/* CSS */
.may-day {
color: #4ccdc4;
}
.geneva-green {
color: #1f7a7a;
}
.swamp-mausoleum {
color: #0c4b4b;
}
.coastal-breeze {
color: #e0f7fa;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--may-day:#4ccdc4;
--geneva-green:#1f7a7a;
--swamp-mausoleum:#0c4b4b;
--coastal-breeze:#e0f7fa;
--floral-leaf:#ffb84d;
}