Color names in this palette
CSS code for this palette
/* CSS */
.caicos-turquoise {
color: #27b4b4;
}
.eucalipto {
color: #44c5a3;
}
.aurora-green {
color: #6fdc8b;
}
.eternal-summer {
color: #f5e400;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--caicos-turquoise:#27b4b4;
--eucalipto:#44c5a3;
--aurora-green:#6fdc8b;
--eternal-summer:#f5e400;
--n-rang-orange:#ff8052;
}