Color names in this palette
CSS code for this palette
/* CSS */
.indigo-hamlet {
color: #1d408b;
}
.rokush-green {
color: #3c7c4d;
}
.monte-carlo {
color: #7bc6b6;
}
.buttery-croissant {
color: #f2e19c;
}
.sunset-yellow {
color: #f98939;
}
/* CSS Variables */
:root {
--indigo-hamlet:#1d408b;
--rokush-green:#3c7c4d;
--monte-carlo:#7bc6b6;
--buttery-croissant:#f2e19c;
--sunset-yellow:#f98939;
}