Color names in this palette
CSS code for this palette
/* CSS */
.summer-sky {
color: #3ab7e4;
}
.diroset {
color: #5ed4a3;
}
.chai-latte {
color: #f6c9a2;
}
.valley-of-fire {
color: #ff8b4d;
}
.highlighter-pink {
color: #e65b7b;
}
/* CSS Variables */
:root {
--summer-sky:#3ab7e4;
--diroset:#5ed4a3;
--chai-latte:#f6c9a2;
--valley-of-fire:#ff8b4d;
--highlighter-pink:#e65b7b;
}