Color names in this palette
CSS code for this palette
/* CSS */
.piezo-blue {
color: #a3cadb;
}
.pacific-harbour {
color: #78b7d9;
}
.blue-astro {
color: #4fa4d8;
}
.germander-speedwell {
color: #0095c7;
}
.by-the-bayou {
color: #007c8f;
}
/* CSS Variables */
:root {
--piezo-blue:#a3cadb;
--pacific-harbour:#78b7d9;
--blue-astro:#4fa4d8;
--germander-speedwell:#0095c7;
--by-the-bayou:#007c8f;
}