Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1ab0c7;
}
.blue-radiance {
color: #5bd4e1;
}
.turkish-turquoise {
color: #7ae0e6;
}
.mild-menthol {
color: #8cf2a2;
}
.butterscotch {
color: #f9b548;
}
/* CSS Variables */
:root {
--lago-blue:#1ab0c7;
--blue-radiance:#5bd4e1;
--turkish-turquoise:#7ae0e6;
--mild-menthol:#8cf2a2;
--butterscotch:#f9b548;
}