Color names in this palette
CSS code for this palette
/* CSS */
.light-budgie-blue {
color: #a1d6e8;
}
.turquoise-sea {
color: #6ed1e7;
}
.lake-thun {
color: #4bbae2;
}
.greek-blue {
color: #009dbd;
}
.by-the-bayou {
color: #007c8f;
}
/* CSS Variables */
:root {
--light-budgie-blue:#a1d6e8;
--turquoise-sea:#6ed1e7;
--lake-thun:#4bbae2;
--greek-blue:#009dbd;
--by-the-bayou:#007c8f;
}