Color names in this palette
CSS code for this palette
/* CSS */
.breezy-touch {
color: #c3d9e9;
}
.mr-frosty {
color: #a3c7dc;
}
.azure-lake {
color: #7ab8c7;
}
.freshwater {
color: #4ba9b9;
}
.regula-barbara-blue {
color: #009996;
}
/* CSS Variables */
:root {
--breezy-touch:#c3d9e9;
--mr-frosty:#a3c7dc;
--azure-lake:#7ab8c7;
--freshwater:#4ba9b9;
--regula-barbara-blue:#009996;
}