Color names in this palette
CSS code for this palette
/* CSS */
.cadet-blue {
color: #609d9f;
}
.lake-green {
color: #2e8a56;
}
.bright-khaki {
color: #f0e78e;
}
.n-rang-orange {
color: #ff8052;
}
.secret-story {
color: #ff1492;
}
/* CSS Variables */
:root {
--cadet-blue:#609d9f;
--lake-green:#2e8a56;
--bright-khaki:#f0e78e;
--n-rang-orange:#ff8052;
--secret-story:#ff1492;
}