Color names in this palette
CSS code for this palette
/* CSS */
.epimetheus {
color: #4db0d1;
}
.neon-nazar {
color: #4dd3e0;
}
.everest {
color: #a1e2e0;
}
.white-red {
color: #f3e7e9;
}
.english-rose {
color: #f7c5c5;
}
/* CSS Variables */
:root {
--epimetheus:#4db0d1;
--neon-nazar:#4dd3e0;
--everest:#a1e2e0;
--white-red:#f3e7e9;
--english-rose:#f7c5c5;
}