Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1ab5c7;
}
.holiday-blue {
color: #2dc6d7;
}
.turquoise-sea {
color: #6de2e8;
}
.beach-glass {
color: #92e8d2;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--lago-blue:#1ab5c7;
--holiday-blue:#2dc6d7;
--turquoise-sea:#6de2e8;
--beach-glass:#92e8d2;
--maximum-yellow-red:#f1b74b;
}