Color names in this palette
CSS code for this palette
/* CSS */
.jeune-citron {
color: #a8d30d;
}
.overtone {
color: #a3e6b3;
}
.hammam-blue {
color: #67dad6;
}
.summer-sky {
color: #3cb8e2;
}
.newport-blue {
color: #1e8fc8;
}
/* CSS Variables */
:root {
--jeune-citron:#a8d30d;
--overtone:#a3e6b3;
--hammam-blue:#67dad6;
--summer-sky:#3cb8e2;
--newport-blue:#1e8fc8;
}