Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.petit-four {
color: #7fb8d2;
}
.blue-astro {
color: #4ea9da;
}
.blue-mediterranean {
color: #1b7f9d;
}
.bosporus {
color: #005c75;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--petit-four:#7fb8d2;
--blue-astro:#4ea9da;
--blue-mediterranean:#1b7f9d;
--bosporus:#005c75;
}