Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.medium-sea-green {
color: #3cb472;
}
.hollandaise {
color: #ffec3d;
}
.bruschetta-tomato {
color: #ff6347;
}
.secret-story {
color: #ff1492;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--medium-sea-green:#3cb472;
--hollandaise:#ffec3d;
--bruschetta-tomato:#ff6347;
--secret-story:#ff1492;
}