Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1db5c9;
}
.synergy {
color: #49c5b7;
}
.aurora-green {
color: #6ed8a3;
}
.aspen-yellow {
color: #f8e0a0;
}
.candy-heart-pink {
color: #f6a4a2;
}
/* CSS Variables */
:root {
--lago-blue:#1db5c9;
--synergy:#49c5b7;
--aurora-green:#6ed8a3;
--aspen-yellow:#f8e0a0;
--candy-heart-pink:#f6a4a2;
}